Bump version to 0.4.3

This commit is contained in:
marcelbuesing 2019-03-19 18:13:50 +01:00
parent c8859f40c2
commit 900688f5cc
No known key found for this signature in database
GPG key ID: E51C4F8A2B7FF43E
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
# Change Log # Change Log
## [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.
## [0.4.2](https://github.com/marcelbuesing/bme680/tree/0.4.2) (2018-01-05) ## [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) [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. - `get_sensor_settings` now properly returns the configured temperature offset, closes #12.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bme680" name = "bme680"
version = "0.4.2" version = "0.4.3"
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"