diff --git a/CHANGELOG.md b/CHANGELOG.md index c28d5dc..03dde4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.6.2] - 2024-07-07 #### Fixed - Fixed non-totem-pole devices not having `embedded_hal::{InputPin, OutputPin}` implementations due to a superfluous trait bound ([#35]). This was a @@ -122,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and `PCF8574A`. -[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.1...HEAD +[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.2...HEAD +[0.6.2]: https://github.com/rahix/port-expander/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/rahix/port-expander/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/rahix/port-expander/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/rahix/port-expander/compare/v0.4.1...v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 8c76578..fd02e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" keywords = ["i2c", "gpio-expander", "gpio", "pca", "pcf"] categories = ["embedded", "no-std", "hardware-support"] -version = "0.6.1" +version = "0.6.2" edition = "2021"