Skip to content

Commit

Permalink
Prepare 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 14, 2021
1 parent d84f41d commit 9a00079
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.1] - 2021-07-14

### Fixed
- Added `enable()` call to examples.

Expand Down Expand Up @@ -51,7 +55,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.3.0...HEAD
[Unreleased]: https://github.com/eldruin/pwm-pca9685-rs/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/eldruin/pwm-pca9685-rs/compare/v0.3.0...v0.3.1
[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
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.3.0" # remember to update html_root_url
version = "0.3.1" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/pwm-pca9685-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

#![deny(missing_docs, unsafe_code)]
#![no_std]
#![doc(html_root_url = "https://docs.rs/pwm-pca9685/0.3.0")]
#![doc(html_root_url = "https://docs.rs/pwm-pca9685/0.3.1")]

use embedded_hal as hal;

Expand Down

0 comments on commit 9a00079

Please sign in to comment.