Skip to content

Commit 00f3e83

Browse files
committed
Update README.md
1 parent c1eb755 commit 00f3e83

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# swift-prelude
22

3-
[![Swift 5.3](https://img.shields.io/badge/Swift-5.3-ED523F.svg?style=flat)](https://swift.org/download/) [![CI](https://github.com/capturecontext/swift-prelude/workflows/Test/badge.svg)](https://github.com/capturecontext/swift-prelude/actions/workflows/Test.yml) [![@capturecontext](https://img.shields.io/badge/Contact-@capturecontext-5AA9E7.svg?style=flat)](https://twitter.com/maximkrouk)
4-
53
A collection of frameworks to enhance the Swift language.
64

75
> NOTE: The package is early beta
86
>
9-
> The package will take the best of the original [swift-prelude](https://github.com/pointfreeco/swift-prelude), [swift-overture](https://github.com/pointfreeco/swift-overture) and more
7+
> The package will take the best of the original
8+
> - [swift-prelude](https://github.com/pointfreeco/swift-prelude)
9+
> - [swift-overture](https://github.com/pointfreeco/swift-overture)
10+
> Add more and remove some extras
1011
1112
## Stability
1213

13-
This library should be considered experimental.
14+
- This library should be considered experimental. But we love semver, so there shouldn't be any surprises if you depend on versions rather than branches.
15+
16+
- If something broked due to your dependency on the old `main` or `develop` branches, use version `0.0.3`, it should fix the problem without additional work.
1417

1518
## Installation
1619

@@ -20,9 +23,8 @@ import PackageDescription
2023
let package = Package(
2124
dependencies: [
2225
.package(
23-
name: "swift-prelude",
2426
url: "https://github.com/capturecontext/swift-prelude.git",
25-
.upToNextMinor(from: "0.0.2")
27+
.upToNextMinor(from: "0.2.0")
2628
),
2729
]
2830
)

0 commit comments

Comments
 (0)