File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
24
## [ 0.10.0] - 2024-03-10
11
25
12
26
### Added
@@ -391,7 +405,8 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.
391
405
392
406
- Initial release
393
407
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
395
410
[ 0.10.0 ] : https://github.com/rp-rs/rp-hal/compare/v0.9.1...v0.10.0
396
411
[ 0.9.1 ] : https://github.com/rp-rs/rp-hal/compare/v0.9.0...v0.9.1
397
412
[ 0.9.0 ] : https://github.com/rp-rs/rp-hal/compare/v0.8.1...v0.9.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rp2040-hal"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
authors = [" The rp-rs Developers" ]
5
5
edition = " 2021"
6
6
homepage = " https://github.com/rp-rs/rp-hal"
You can’t perform that action at this time.
0 commit comments