diff --git a/CHANGELOG.md b/CHANGELOG.md index a54d584b..a1db29b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v0.32.0] - 2024-02-26 + - Bump MSRV to 1.74 - generic unsafe `W::bits` + safe `W::set` - Add `base-address-shift` config flag @@ -871,7 +873,8 @@ peripheral.register.write(|w| w.field().set()); - Initial version of the `svd2rust` tool -[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...HEAD +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.32.0...HEAD +[v0.32.0]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...v0.32.0 [v0.31.5]: https://github.com/rust-embedded/svd2rust/compare/v0.31.4...v0.31.5 [v0.31.4]: https://github.com/rust-embedded/svd2rust/compare/v0.31.3...v0.31.4 [v0.31.3]: https://github.com/rust-embedded/svd2rust/compare/v0.31.2...v0.31.3 diff --git a/Cargo.lock b/Cargo.lock index 81d9a121..0bc69f84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "svd2rust" -version = "0.31.5" +version = "0.32.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 56b3189b..e9526ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ keywords = [ license = "MIT OR Apache-2.0" name = "svd2rust" repository = "https://github.com/rust-embedded/svd2rust/" -version = "0.31.5" +version = "0.32.0" readme = "README.md" rust-version = "1.74"