Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Dec 22, 2018
1 parent 38bfe30 commit 25dd144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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)
[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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bme680"
version = "0.4.0"
version = "0.4.1"
authors = ["marcelbuesing <[email protected]>"]
description = "A pure Rust implementation for the BME680 environmental sensor."
repository = "https://github.com/marcelbuesing/bme680-hal"
Expand Down

0 comments on commit 25dd144

Please sign in to comment.