Bump version to 0.4.2
This commit is contained in:
parent
0c90c96a85
commit
88a8963455
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
# Change Log
|
||||
## [0.4.2](https://github.com/marcelbuesing/bme680/tree/0.4.2) (2018-01-05)
|
||||
[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.4.1..0.4.2)
|
||||
- `get_sensor_settings` now properly returns the configured temperature offset, closes #12.
|
||||
Thank you @nickbroon for reporting this and @caemor for the feedback.
|
||||
|
||||
## [0.4.0](https://github.com/marcelbuesing/bme680/tree/0.4.1) (2018-12-22)
|
||||
## [0.4.1](https://github.com/marcelbuesing/bme680/tree/0.4.1) (2018-12-22)
|
||||
[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.4.0..0.4.1)
|
||||
- `with_temperature_offset` now uses `f32` instead of`i32`. Fixed calulation for non negative offsets.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bme680"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
||||
description = "A pure Rust implementation for the BME680 environmental sensor."
|
||||
repository = "https://github.com/marcelbuesing/bme680-hal"
|
||||
|
|
Loading…
Reference in a new issue