From e9c553d7d794d9ece58dd3baf163d795e129db3c Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Mon, 12 Nov 2018 20:54:09 +0100 Subject: [PATCH] Bump version to 0.3.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b7858a3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +## [0.3.2](https://github.com/marcelbuesing/bme680/tree/0.3.2) (2018-11-12) +[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.3.1..0.3.2) +- Add screenshots to documentation +- Removed Cargo.lock +- Update dependencies: + - env-logger to `v0.6` + - influent to `v0.5` + +**Merged pull requests:** +- Use no_std in reading temperatures example [\#4](https://github.com/marcelbuesing/bme680/pull/4) ([chrysn](https://github.com/chrysn)) \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 36a7c58..3632efd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bme680" -version = "0.3.1" +version = "0.3.2" authors = ["marcelbuesing "] description = "A pure Rust implementation for the BME680 environmental sensor." repository = "https://github.com/marcelbuesing/bme680-hal"