diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e45ed9..765380c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - ReleaseDate +## [1.0.0] - 2024-01-18 + ### Added - Derived common traits for enums. @@ -51,7 +53,8 @@ This is the initial release to crates.io. All changes will be documented in this CHANGELOG. -[Unreleased]: https://github.com/eldruin/lm75-rs/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/eldruin/lm75-rs/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/eldruin/lm75-rs/compare/v0.2.0...v1.0.0 [0.2.0]: https://github.com/eldruin/lm75-rs/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/eldruin/lm75-rs/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/eldruin/lm75-rs/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index c908b68..8fa403f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lm75" -version = "0.2.0" +version = "1.0.0" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/lm75-rs" license = "MIT OR Apache-2.0"