We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec53231 commit 0423de2Copy full SHA for 0423de2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Version 2.0.0
4
+**2024-06-25**
5
+
6
+- Add improvements - #63
7
8
## Version 1.5.0
9
**2024-06-15**
10
README.md
@@ -71,7 +71,7 @@ import PackageDescription
71
let package = Package(
72
name: "<Your Product Name>",
73
dependencies: [
74
- .package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.5.0"))
+ .package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "2.0.0"))
75
],
76
targets: [
77
.target(
0 commit comments