File tree Expand file tree Collapse file tree 4 files changed +243
-320
lines changed Expand file tree Collapse file tree 4 files changed +243
-320
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.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
You can’t perform that action at this time.
0 commit comments