Skip to content

Commit 900688f

Browse files
committed
Bump version to 0.4.3
1 parent c8859f4 commit 900688f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## [0.4.3](https://github.com/marcelbuesing/bme680/tree/0.4.3) (2018-03-19)
3+
[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.4.2..0.4.3)
4+
- @caemor replaced non no_std compatible `f32.signum` and `f32.abs`. Fixes #14.
5+
26
## [0.4.2](https://github.com/marcelbuesing/bme680/tree/0.4.2) (2018-01-05)
37
[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.4.1..0.4.2)
48
- `get_sensor_settings` now properly returns the configured temperature offset, closes #12.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bme680"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
55
description = "A pure Rust implementation for the BME680 environmental sensor."
66
repository = "https://github.com/marcelbuesing/bme680-hal"

0 commit comments

Comments
 (0)