From 2578140bdacfb6a42cd13793f336f314967deb60 Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Tue, 18 Dec 2018 19:28:10 +0100 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7858a3..d171c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.4.0](https://github.com/marcelbuesing/bme680/tree/0.4.0) (2018-12-18) +[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.3.2..0.4.0) +- Add `with_temperature_offset` to `SettingsBuilder` for specifying a temperature offset for the temperature calculation. + ## [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 diff --git a/Cargo.toml b/Cargo.toml index 3632efd..01f434b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bme680" -version = "0.3.2" +version = "0.4.0" authors = ["marcelbuesing "] description = "A pure Rust implementation for the BME680 environmental sensor." repository = "https://github.com/marcelbuesing/bme680-hal"