diff --git a/CHANGELOG.md b/CHANGELOG.md index abf6b827..98a8f44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v0.33.3] - 2024-05-10 + - Yet more clean field & register `Debug` ## [v0.33.2] - 2024-05-07 @@ -889,7 +891,8 @@ peripheral.register.write(|w| w.field().set()); - Initial version of the `svd2rust` tool -[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.2...HEAD +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.3...HEAD +[v0.33.3]: https://github.com/rust-embedded/svd2rust/compare/v0.33.2...v0.33.3 [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 diff --git a/Cargo.lock b/Cargo.lock index 7ae4fb73..ddd7927c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "svd2rust" -version = "0.33.2" +version = "0.33.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 500a61c1..38fb5b1b 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.2" +version = "0.33.3" readme = "README.md" rust-version = "1.74"