Skip to content

Commit

Permalink
Add 0.5.1 to main CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Jul 7, 2024
1 parent c69187b commit 9679b16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#30]: https://github.com/Rahix/port-expander/pull/30


## [0.5.1] - 2024-07-07
### Fixed
- Fixed non-totem-pole devices not having `embedded_hal::{InputPin, OutputPin}`
implementations due to a superfluous trait bound. This fix was backported
from 0.6.2.


## [0.5.0] - 2024-02-19
### Added
- Support for `PI4IOE5V6408` ([#17]).
Expand Down Expand Up @@ -129,6 +136,7 @@ Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and
[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.1]: https://github.com/rahix/port-expander/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/rahix/port-expander/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/rahix/port-expander/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/rahix/port-expander/compare/v0.3.1...v0.4.0
Expand Down

0 comments on commit 9679b16

Please sign in to comment.