diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df818a..b1677da 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.3] - 2024-09-16 #### Added - Support for `PCA9554` and `PCA9554A` ([#36]). @@ -136,7 +139,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.2...HEAD +[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/rahix/port-expander/compare/v0.6.2...v0.6.3 [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 diff --git a/Cargo.toml b/Cargo.toml index fd02e51..6472e9e 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.2" +version = "0.6.3" edition = "2021"