Skip to content

Commit

Permalink
Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Apr 5, 2021
1 parent 4ef4657 commit 122a056
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

...

## [0.2.0] - 2021-04-05

### Added
- Reading the measurement of all channels at once.
- Make types copyable, clonable, comparable and debuggable where possible.
Expand Down Expand Up @@ -37,6 +41,7 @@ This crate is now functionally complete.
This is the initial release to crates.io. All changes will be documented in
this CHANGELOG.

[Unreleased]: https://github.com/eldruin/tcs3472-rs/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/eldruin/tcs3472-rs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/eldruin/tcs3472-rs/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/eldruin/tcs3472-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 = "tcs3472"
version = "0.1.1"
version = "0.2.0"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/tcs3472-rs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 122a056

Please sign in to comment.