Skip to content

Commit 634f837

Browse files
committed
Prepare 0.6.1
1 parent 91d79bb commit 634f837

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.1] - 2024-05-10
811
### Added
912
- Implement polarity and pull-up/down support for `MCP23017` and `MCP23S17` ([#31]).
1013

@@ -113,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113116
Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and
114117
`PCF8574A`.
115118

116-
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.0...HEAD
119+
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.6.1...HEAD
120+
[0.6.1]: https://github.com/rahix/port-expander/compare/v0.6.0...v0.6.1
117121
[0.6.0]: https://github.com/rahix/port-expander/compare/v0.5.0...v0.6.0
118122
[0.5.0]: https://github.com/rahix/port-expander/compare/v0.4.1...v0.5.0
119123
[0.4.1]: https://github.com/rahix/port-expander/compare/v0.4.0...v0.4.1

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.0"
11+
version = "0.6.1"
1212

1313
edition = "2021"
1414

0 commit comments

Comments
 (0)