diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b228ce..53ea252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.5.1] - 2023-07-17 + ### Fixed - Fixed `set_day` method. See: [PR #9](https://github.com/eldruin/ds323x-rs/pull/9) @@ -80,7 +82,8 @@ this CHANGELOG. [`chrono`]: https://crates.io/crates/chrono [`rtcc`]: https://crates.io/crates/rtcc -[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/eldruin/ds323x-rs/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/eldruin/ds323x-rs/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/eldruin/ds323x-rs/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/eldruin/ds323x-rs/compare/v0.3.1...v0.3.2 diff --git a/Cargo.toml b/Cargo.toml index 6b92d96..ab3f766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ds323x" -version = "0.5.0" +version = "0.5.1" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/ds323x-rs" license = "MIT OR Apache-2.0"