Skip to content

Commit a85deda

Browse files
committed
release 0.36.1
1 parent 3804bed commit a85deda

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

@@ -951,7 +953,8 @@ peripheral.register.write(|w| w.field().set());
951953

952954
- Initial version of the `svd2rust` tool
953955

954-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.36.0...HEAD
956+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.36.1...HEAD
957+
[v0.36.1]: https://github.com/rust-embedded/svd2rust/compare/v0.36.0...v0.36.1
955958
[v0.36.0]: https://github.com/rust-embedded/svd2rust/compare/v0.35.0...v0.36.0
956959
[v0.35.0]: https://github.com/rust-embedded/svd2rust/compare/v0.34.0...v0.35.0
957960
[v0.34.0]: https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0

0 commit comments

Comments
 (0)