Skip to content

Commit c5f8c5e

Browse files
committed
Prepare 0.4.0
1 parent 3aea5d7 commit c5f8c5e

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.4.0] - 2023-08-13
811
### Changed
912
- **BREAKING** Upgraded to `shared-bus` 0.3.
1013

@@ -59,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5962
Initial Release, with support for `PCA9536`, `PCA9555`, `PCF8574`, and
6063
`PCF8574A`.
6164

62-
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.3.1...HEAD
65+
[Unreleased]: https://github.com/rahix/port-expander/compare/v0.4.0...HEAD
66+
[0.4.0]: https://github.com/rahix/port-expander/compare/v0.3.1...v0.4.0
6367
[0.3.1]: https://github.com/rahix/port-expander/compare/v0.3.0...v0.3.1
6468
[0.3.0]: https://github.com/rahix/port-expander/compare/v0.2.1...v0.3.0
6569
[0.2.1]: https://github.com/rahix/port-expander/compare/v0.2.0...v0.2.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", "shared-bus", "pca", "pcf", "gpio"]
99
categories = ["embedded", "no-std", "hardware-support"]
1010

11-
version = "0.3.1"
11+
version = "0.4.0"
1212

1313
edition = "2021"
1414

0 commit comments

Comments
 (0)