From 225d4961e0ab53ab90b0acd5b694d4bfd4befd52 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 18 Jan 2024 09:16:59 +0100 Subject: [PATCH] chore: Release lm75 version 1.0.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"