Skip to content

Commit

Permalink
Merge pull request #837 from rust-embedded/r0332
Browse files Browse the repository at this point in the history
release 0.33.2
  • Loading branch information
burrbull authored May 7, 2024
2 parents aec3c4f + d77dea8 commit 6979dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6979dc4

Please sign in to comment.