From d77dea8430ce23bd93675c79c87db4f8c4decb1f Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Tue, 7 May 2024 05:33:43 +0300 Subject: [PATCH] release 0.33.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13e62cd..54a911bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v0.33.2] - 2024-05-07 + - Remove unneeded `format_args` in register `Debug` impl ## [v0.33.1] - 2024-04-20 @@ -885,7 +887,8 @@ peripheral.register.write(|w| w.field().set()); - Initial version of the `svd2rust` tool -[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.1...HEAD +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.2...HEAD +[v0.33.2]: https://github.com/rust-embedded/svd2rust/compare/v0.33.1...v0.33.2 [v0.33.1]: https://github.com/rust-embedded/svd2rust/compare/v0.33.0...v0.33.1 [v0.33.0]: https://github.com/rust-embedded/svd2rust/compare/v0.32.0...v0.33.0 [v0.32.0]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...v0.32.0 diff --git a/Cargo.lock b/Cargo.lock index 4778935c..7ae4fb73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "svd2rust" -version = "0.33.1" +version = "0.33.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 198e3edd..500a61c1 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.33.1" +version = "0.33.2" readme = "README.md" rust-version = "1.74"