Skip to content

Commit c09914e

Browse files
authored
Merge pull request #985 from 9names/add_release_date_to_logs
Add release dates for rp2040-hal 0.4.0 and rp235x-hal 0.12.0 to changelogs
2 parents fa430d2 + 3e0f4a4 commit c09914e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

rp2040-hal/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0] - 2026-02-01
11+
1012
### MSRV
1113

1214
The Minimum-Supported Rust Version (MSRV) for the next release is 1.82
@@ -463,7 +465,8 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.
463465

464466
- Initial release
465467

466-
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.11.0...HEAD
468+
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp2040-hal-0.12.0...HEAD
469+
[0.12.0]: https://github.com/rp-rs/rp-hal/compare/v0.11.0...rp2040-hal-0.12.0
467470
[0.11.0]: https://github.com/rp-rs/rp-hal/compare/v0.10.0...v0.11.0
468471
[0.10.0]: https://github.com/rp-rs/rp-hal/compare/v0.9.1...v0.10.0
469472
[0.9.1]: https://github.com/rp-rs/rp-hal/compare/v0.9.0...v0.9.1

rp235x-hal/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2026-02-01
11+
1012
### MSRV
1113

1214
The Minimum-Supported Rust Version (MSRV) for the next release is 1.82
@@ -67,5 +69,6 @@ The Minimum-Supported Rust Version (MSRV) for the next release is 1.79
6769
This was the initial public release of rp235x-hal. The port from
6870
rp2040-hal was done by Jonathan Pallant (@thejpster).
6971

70-
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp235x-hal-0.3.0...HEAD
72+
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp235x-hal-0.4.0...HEAD
73+
[0.4.0]: https://github.com/rp-rs/rp-hal/compare/rp235x-hal-0.3.0...rp235x-hal-0.4.0
7174
[0.3.0]: https://github.com/rp-rs/rp-hal/compare/rp235x-hal-0.2.0...rp235x-hal-0.3.0

0 commit comments

Comments
 (0)