Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jan 30, 2021
1 parent 096bba3 commit a31b589
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

...

## [0.1.2] - 2021-01-30

### Added
- Parameter enums are now copyable and comparable.

Expand All @@ -31,5 +35,6 @@ 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/lm75-rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/eldruin/lm75-rs/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/eldruin/lm75-rs/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/eldruin/lm75-rs/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lm75"
version = "0.1.1"
version = "0.1.2"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/lm75-rs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a31b589

Please sign in to comment.