diff --git a/CHANGELOG.md b/CHANGELOG.md index f600149..a0dd210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## [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. +- Migrate crate to Rust 2018 edition. + ## [0.4.3](https://github.com/marcelbuesing/bme680/tree/0.4.3) (2018-03-19) [Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.4.2..0.4.3) - @caemor replaced non no_std compatible `f32.signum` and `f32.abs`. Fixes #14. diff --git a/Cargo.toml b/Cargo.toml index 1b0e002..2511f86 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.4.3" +version = "0.5.0" edition = "2018" [dependencies]