From a31b5896902b24aafc1ea6fa9a886ed97dffc5da Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 30 Jan 2021 21:30:07 +0100 Subject: [PATCH] Prepare 0.1.2 release --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c26e6..8c12bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +... + +## [0.1.2] - 2021-01-30 + ### Added - Parameter enums are now copyable and comparable. @@ -31,5 +35,6 @@ This crate is now functionally complete. 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.1.0...HEAD +[Unreleased]: https://github.com/eldruin/lm75-rs/compare/v0.1.2...HEAD +[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 395ca5f..b2134ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lm75" -version = "0.1.1" +version = "0.1.2" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/lm75-rs" license = "MIT OR Apache-2.0"