diff --git a/CHANGELOG.md b/CHANGELOG.md index a0dd210..fb1d07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## [0.5.1](https://github.com/marcelbuesing/bme680/tree/0.5.1) (2020-04-05) +[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.5.0..0.5.1) +- Update futures-timer and linux-embedded hal dependencies +- Cleanup clippy warnings + ## [0.5.0](https://github.com/marcelbuesing/bme680/tree/0.5.0) (2019-11-27) [Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.4.3..0.5.0) - Migrate example to futures 0.3 and toko 0.2. diff --git a/Cargo.toml b/Cargo.toml index 5f5bea1..0bd2a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/bme680" license = "MIT" name = "bme680" repository = "https://github.com/marcelbuesing/bme680-hal" -version = "0.5.0" +version = "0.5.1" edition = "2018" [badges]