Skip to content

Commit 2fc40b6

Browse files
committed
chore: Release pcf857x version 0.5.0
1 parent 45254b8 commit 2fc40b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- next-header -->
99
## [Unreleased] - ReleaseDate
1010

11+
## [0.5.0] - 2025-04-04
12+
1113
### Changed
1214
- Updated `embedded-hal` 0.2.5 -> 1.0.0
1315
- Updated `linux-embedded-hal` 0.3 -> 0.4.0
@@ -51,7 +53,8 @@ may be some API changes in the future. All changes will be documented in this
5153
CHANGELOG.
5254

5355
<!-- next-url -->
54-
[Unreleased]: https://github.com/eldruin/pcf857x-rs/compare/v0.4.0...HEAD
56+
[Unreleased]: https://github.com/eldruin/pcf857x-rs/compare/v0.5.0...HEAD
57+
[0.5.0]: https://github.com/eldruin/pcf857x-rs/compare/v0.4.0...v0.5.0
5558
[0.4.0]: https://github.com/eldruin/pcf857x-rs/compare/v0.3.0...v0.4.0
5659
[0.3.0]: https://github.com/eldruin/pcf857x-rs/compare/v0.2.0...v0.3.0
5760
[0.2.0]: https://github.com/eldruin/pcf857x-rs/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pcf857x"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
55
repository = "https://github.com/eldruin/pcf857x-rs"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)