Bump version to 0.4.1
This commit is contained in:
parent
38bfe30acc
commit
25dd144399
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [0.4.0](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.
|
||||||
|
|
||||||
## [0.4.0](https://github.com/marcelbuesing/bme680/tree/0.4.0) (2018-12-18)
|
## [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)
|
[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.
|
- Add `with_temperature_offset` to `SettingsBuilder` for specifying a temperature offset for the temperature calculation.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bme680"
|
name = "bme680"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
||||||
description = "A pure Rust implementation for the BME680 environmental sensor."
|
description = "A pure Rust implementation for the BME680 environmental sensor."
|
||||||
repository = "https://github.com/marcelbuesing/bme680-hal"
|
repository = "https://github.com/marcelbuesing/bme680-hal"
|
||||||
|
|
Loading…
Reference in a new issue