Skip to content

Commit 8fe79e6

Browse files
authored
Merge pull request #818 from rust-embedded/r032
release 0.32
2 parents e96c363 + bf66a68 commit 8fe79e6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.32.0] - 2024-02-26
11+
1012
- Bump MSRV to 1.74
1113
- generic unsafe `W::bits` + safe `W::set`
1214
- Add `base-address-shift` config flag
@@ -871,7 +873,8 @@ peripheral.register.write(|w| w.field().set());
871873

872874
- Initial version of the `svd2rust` tool
873875

874-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...HEAD
876+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.32.0...HEAD
877+
[v0.32.0]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...v0.32.0
875878
[v0.31.5]: https://github.com/rust-embedded/svd2rust/compare/v0.31.4...v0.31.5
876879
[v0.31.4]: https://github.com/rust-embedded/svd2rust/compare/v0.31.3...v0.31.4
877880
[v0.31.3]: https://github.com/rust-embedded/svd2rust/compare/v0.31.2...v0.31.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.31.5"
26+
version = "0.32.0"
2727
readme = "README.md"
2828
rust-version = "1.74"
2929

0 commit comments

Comments
 (0)