Skip to content

Commit 92be348

Browse files
committed
Prepare 0.5.0
1 parent 958ff07 commit 92be348

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.5.0] - 2024-02-19
811
### Added
912
- Support for `PI4IOE5V6408` ([#17]).
1013
- Added support for enabling pull-up/down resistors for port expander input
@@ -90,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9093
Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and
9194
`PCF8574A`.
9295

93-
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.4.1...HEAD
96+
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.5.0...HEAD
97+
[0.5.0]: https://github.com/rahix/port-expander/compare/v0.4.1...v0.5.0
9498
[0.4.1]: https://github.com/rahix/port-expander/compare/v0.4.0...v0.4.1
9599
[0.4.0]: https://github.com/rahix/port-expander/compare/v0.3.1...v0.4.0
96100
[0.3.1]: https://github.com/rahix/port-expander/compare/v0.3.0...v0.3.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.4.1"
11+
version = "0.5.0"
1212

1313
edition = "2021"
1414

0 commit comments

Comments
 (0)