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 912e541 commit 1bfd9a9Copy full SHA for 1bfd9a9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## Version 2.0.0
4
+**2024-08-07**
5
+
6
+- Adding improvements - @joaoflp
7
+- Bump activesupport from 5.2.8.1 to 6.1.7.5 - #74 - @dependabot
8
9
## Version 1.6.0
10
**2023-12-14**
11
README.md
@@ -99,7 +99,7 @@ import PackageDescription
99
let package = Package(
100
name: "<Your Product Name>",
101
dependencies: [
102
- .package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "1.6.0"))
+ .package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "2.0.0"))
103
],
104
targets: [
105
.target(
0 commit comments