File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.1] - 2025-11-06
11+
1012### Fixed
1113
1214- Fix UB (and remove unsafe block) in handling of SpiOperation::TransferInPlace
@@ -156,7 +158,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
156158
157159Initial release
158160
159- [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0...HEAD
161+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.1...HEAD
162+ [ v0.4.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0...v0.4.1
160163[ v0.4.0 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.4...v0.4.0
161164[ v0.4.0-alpha.4 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.3...v0.4.0-alpha.4
162165[ v0.4.0-alpha.3 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
99license = " MIT OR Apache-2.0"
1010name = " linux-embedded-hal"
1111repository = " https://github.com/rust-embedded/linux-embedded-hal"
12- version = " 0.4.0 "
12+ version = " 0.4.1 "
1313edition = " 2018"
1414
1515[features ]
You can’t perform that action at this time.
0 commit comments