Skip to content

Commit c69187b

Browse files
committed
Prepare 0.6.2
1 parent e83b7e8 commit c69187b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.6.2] - 2024-07-07
811
#### Fixed
912
- Fixed non-totem-pole devices not having `embedded_hal::{InputPin, OutputPin}`
1013
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
122125
Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and
123126
`PCF8574A`.
124127

125-
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.1...HEAD
128+
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.2...HEAD
129+
[0.6.2]: https://github.com/rahix/port-expander/compare/v0.6.1...v0.6.2
126130
[0.6.1]: https://github.com/rahix/port-expander/compare/v0.6.0...v0.6.1
127131
[0.6.0]: https://github.com/rahix/port-expander/compare/v0.5.0...v0.6.0
128132
[0.5.0]: https://github.com/rahix/port-expander/compare/v0.4.1...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
keywords = ["i2c", "gpio-expander", "gpio", "pca", "pcf"]
99
categories = ["embedded", "no-std", "hardware-support"]
1010

11-
version = "0.6.1"
11+
version = "0.6.2"
1212

1313
edition = "2021"
1414

0 commit comments

Comments
 (0)