Skip to content

Commit c269fd9

Browse files
committed
Prepare 0.6.3
1 parent c7823bf commit c269fd9

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.3] - 2024-09-16
811
#### Added
912
- Support for `PCA9554` and `PCA9554A` ([#36]).
1013

@@ -136,7 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136139
Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and
137140
`PCF8574A`.
138141

139-
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.2...HEAD
142+
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.3...HEAD
143+
[0.6.3]: https://github.com/rahix/port-expander/compare/v0.6.2...v0.6.3
140144
[0.6.2]: https://github.com/rahix/port-expander/compare/v0.6.1...v0.6.2
141145
[0.6.1]: https://github.com/rahix/port-expander/compare/v0.6.0...v0.6.1
142146
[0.6.0]: https://github.com/rahix/port-expander/compare/v0.5.0...v0.6.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.2"
11+
version = "0.6.3"
1212

1313
edition = "2021"
1414

0 commit comments

Comments
 (0)