diff --git a/CHANGELOG.md b/CHANGELOG.md index 809b848..cd7b1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1] - 2024-05-15 + +### Updated + +* Update serde dependency to specify precise version and use re-exported + serde_derive to ensure compatible dependency versions are used. + ## [0.4.0] - 2023-10-02 ### Updated @@ -30,7 +37,8 @@ - Initial release -[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/bluk/ls_rules/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/bluk/ls_rules/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/bluk/ls_rules/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/bluk/ls_rules/compare/v0.2.0...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 3f5262f..b87087e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "ls_rules" readme = "README.md" repository = "https://github.com/bluk/ls_rules" rust-version = "1.56.0" -version = "0.4.0" +version = "0.4.1" [dependencies] serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/README.md b/README.md index d0a23ff..e2fcc60 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ deserializing `.lsrules` files. ```toml [dependencies] -ls_rules = "0.4.0" +ls_rules = "0.4.1" ``` ## License