diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d4f25..d24390e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.5.1] - 2021-11-22 + - Updated nix to version `0.23`. ## [v0.5.0] - 2021-09-21 @@ -53,6 +56,7 @@ Adds the ability to create a collection of lines from a single chip and read or - Initial release of the library with basic operations centered around operating on a single line at a time. -[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.0...HEAD +[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.1...HEAD +[v0.5.1]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.0...0.5.1 [v0.5.0]: https://github.com/rust-embedded/gpio-cdev/compare/0.4.0...0.5.0 [v0.4.0]: https://github.com/rust-embedded/gpio-cdev/compare/0.3.0...0.4.0 diff --git a/Cargo.toml b/Cargo.toml index d4c0e61..1ff489e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpio-cdev" -version = "0.5.0" +version = "0.5.1" authors = ["Paul Osborne ", "Frank Pagliughi "] description = "Linux GPIO Character Device Support (/dev/gpiochipN)" homepage = "https://github.com/rust-embedded/gpio-cdev"