Skip to content

Commit f0f71e9

Browse files
authored
Merge pull request #840 from rust-embedded/r-0333
release 0.33.3
2 parents 959b10e + b807632 commit f0f71e9

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.33.3] - 2024-05-10
11+
1012
- Yet more clean field & register `Debug`
1113

1214
## [v0.33.2] - 2024-05-07
@@ -889,7 +891,8 @@ peripheral.register.write(|w| w.field().set());
889891

890892
- Initial version of the `svd2rust` tool
891893

892-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.2...HEAD
894+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.3...HEAD
895+
[v0.33.3]: https://github.com/rust-embedded/svd2rust/compare/v0.33.2...v0.33.3
893896
[v0.33.2]: https://github.com/rust-embedded/svd2rust/compare/v0.33.1...v0.33.2
894897
[v0.33.1]: https://github.com/rust-embedded/svd2rust/compare/v0.33.0...v0.33.1
895898
[v0.33.0]: https://github.com/rust-embedded/svd2rust/compare/v0.32.0...v0.33.0

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.33.2"
26+
version = "0.33.3"
2727
readme = "README.md"
2828
rust-version = "1.74"
2929

0 commit comments

Comments
 (0)