Bump version to 0.3.2
This commit is contained in:
parent
819c866107
commit
e9c553d7d7
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Change Log
|
||||||
|
|
||||||
|
## [0.3.2](https://github.com/marcelbuesing/bme680/tree/0.3.2) (2018-11-12)
|
||||||
|
[Full Changelog](https://github.com/marcelbuesing/bme680/compare/0.3.1..0.3.2)
|
||||||
|
- Add screenshots to documentation
|
||||||
|
- Removed Cargo.lock
|
||||||
|
- Update dependencies:
|
||||||
|
- env-logger to `v0.6`
|
||||||
|
- influent to `v0.5`
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
- Use no_std in reading temperatures example [\#4](https://github.com/marcelbuesing/bme680/pull/4) ([chrysn](https://github.com/chrysn))
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bme680"
|
name = "bme680"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
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