File tree Expand file tree Collapse file tree 3 files changed +82
-73
lines changed Expand file tree Collapse file tree 3 files changed +82
-73
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.36.1] - 2025-04-04
11+
1012- Update ` irx-config `
1113- Fix register array derive regression
1214- Sanitize ` gen ` keyword (new in Rust 2024 edition)
@@ -952,7 +954,8 @@ peripheral.register.write(|w| w.field().set());
952954
953955- Initial version of the ` svd2rust ` tool
954956
955- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.36.0...HEAD
957+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.36.1...HEAD
958+ [ v0.36.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.36.0...v0.36.1
956959[ v0.36.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.35.0...v0.36.0
957960[ v0.35.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.34.0...v0.35.0
958961[ v0.34.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0
You can’t perform that action at this time.
0 commit comments