diff --git a/CHANGELOG.md b/CHANGELOG.md index c656151..5ced9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -- Reexport types::ProductType +... + +## [0.2.0] - 2018-06-18 + +### Fixed + +- Reexport `types::ProductType` ## [0.1.1] - 2018-04-01 @@ -17,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed -- The crate did not compile on no_std, because of a dependency and because of +- The crate did not compile on `no_std`, because of a dependency and because of std methods on floats. This is now fixed by using the num-traits crate. ## 0.1.0 - 2018-03-31 @@ -26,5 +32,6 @@ This is the initial release to crates.io of the feature-complete driver. There may be some API changes in the future, in case I decide that something can be further improved. All changes will be documented in this CHANGELOG. -[Unreleased]: https://github.com/dbrgn/sgp30-rs/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/dbrgn/sgp30-rs/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/dbrgn/sgp30-rs/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/dbrgn/sgp30-rs/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 1c0523e..4c5218f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgp30" -version = "0.1.1" +version = "0.2.0" authors = ["Danilo Bargen "] documentation = "https://docs.rs/sgp30" repository = "https://github.com/dbrgn/sgp30-rs"