File tree 3 files changed +82
-73
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.36.1] - 2025-04-04
11
+
10
12
- Update ` irx-config `
11
13
- Fix register array derive regression
12
14
- Sanitize ` gen ` keyword (new in Rust 2024 edition)
@@ -952,7 +954,8 @@ peripheral.register.write(|w| w.field().set());
952
954
953
955
- Initial version of the ` svd2rust ` tool
954
956
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
956
959
[ v0.36.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.35.0...v0.36.0
957
960
[ v0.35.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.34.0...v0.35.0
958
961
[ 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