Skip to content

Commit 4052ce6

Browse files
authored
Merge pull request #931 from rust-embedded/r0361
release 0.36.1
2 parents 41fec1a + a85deda commit 4052ce6

File tree

3 files changed

+82
-73
lines changed

3 files changed

+82
-73
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)