Skip to content

Commit 8b0ad9f

Browse files
committed
Prepare for release 0.10.1
1 parent 559ca0a commit 8b0ad9f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

rp2040-hal/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.1] - 2024-04-28
11+
12+
### Added
13+
14+
- Implement send_break support - #700 @ithinuel
15+
- Implement embedded_io traits for Reader/Writer - #781 @jannic
16+
17+
### Changed
18+
19+
- Fix debugging after halt() - #785 @jannic
20+
- Slightly improve deprecation note on from_program - #792 @jannic
21+
- Fix float_to_fix64 return value & f32 trig function doc corrections - #787 @Text-Input
22+
- Simplify ceiling division in delay calculation - #783 @jannic
23+
1024
## [0.10.0] - 2024-03-10
1125

1226
### Added
@@ -391,7 +405,8 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.
391405

392406
- Initial release
393407

394-
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.10.0...HEAD
408+
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.10.1...HEAD
409+
[0.10.1]: https://github.com/rp-rs/rp-hal/compare/v0.10.0...v0.10.1
395410
[0.10.0]: https://github.com/rp-rs/rp-hal/compare/v0.9.1...v0.10.0
396411
[0.9.1]: https://github.com/rp-rs/rp-hal/compare/v0.9.0...v0.9.1
397412
[0.9.0]: https://github.com/rp-rs/rp-hal/compare/v0.8.1...v0.9.0

rp2040-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rp2040-hal"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["The rp-rs Developers"]
55
edition = "2021"
66
homepage = "https://github.com/rp-rs/rp-hal"

0 commit comments

Comments
 (0)