Skip to content

Commit 188253a

Browse files
committed
release 0.37.1
1 parent 37406df commit 188253a

File tree

4 files changed

+243
-320
lines changed

4 files changed

+243
-320
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.37.1] - 2025-10-17
11+
1012
- Change `feature(doc_auto_cfg)` to `feature(doc_cfg)` to allow nightly docs to build.
1113
- Add unsafe block around `DEVICE_PERIPHERALS = true` in `Peripherals::steal()`
1214
to support Rust 2024 edition.
@@ -969,7 +971,8 @@ peripheral.register.write(|w| w.field().set());
969971

970972
- Initial version of the `svd2rust` tool
971973

972-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.37.0...HEAD
974+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.37.1...HEAD
975+
[v0.37.1]: https://github.com/rust-embedded/svd2rust/compare/v0.37.0...v0.37.1
973976
[v0.37.0]: https://github.com/rust-embedded/svd2rust/compare/v0.36.1...v0.37.0
974977
[v0.36.1]: https://github.com/rust-embedded/svd2rust/compare/v0.36.0...v0.36.1
975978
[v0.36.0]: https://github.com/rust-embedded/svd2rust/compare/v0.35.0...v0.36.0

0 commit comments

Comments
 (0)