Skip to content

Commit

Permalink
Prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Sep 3, 2020
1 parent 194ce96 commit e4e339a
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.3.0] - 2020-09-03

### Changed

- [breaking-change] `SlaveAddr` type has changed to `Address`, which now
Expand Down Expand Up @@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

This is the initial release to crates.io. All changes will be documented in this CHANGELOG.

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

0 comments on commit e4e339a

Please sign in to comment.