Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 18, 2018
1 parent 5122754 commit faf16a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Reexport types::ProductType
...

## [0.2.0] - 2018-06-18

### Fixed

- Reexport `types::ProductType`

## [0.1.1] - 2018-04-01

Expand All @@ -17,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- The crate did not compile on no_std, because of a dependency and because of
- The crate did not compile on `no_std`, because of a dependency and because of
std methods on floats. This is now fixed by using the num-traits crate.

## 0.1.0 - 2018-03-31
Expand All @@ -26,5 +32,6 @@ This is the initial release to crates.io of the feature-complete driver. There
may be some API changes in the future, in case I decide that something can be
further improved. All changes will be documented in this CHANGELOG.

[Unreleased]: https://github.com/dbrgn/sgp30-rs/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/dbrgn/sgp30-rs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/dbrgn/sgp30-rs/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/dbrgn/sgp30-rs/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgp30"
version = "0.1.1"
version = "0.2.0"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
documentation = "https://docs.rs/sgp30"
repository = "https://github.com/dbrgn/sgp30-rs"
Expand Down

0 comments on commit faf16a5

Please sign in to comment.