Skip to content

Commit

Permalink
Merge pull request #867 from rust-embedded/r035
Browse files Browse the repository at this point in the history
release 0.33.5
  • Loading branch information
burrbull authored Oct 15, 2024
2 parents c6035f7 + 00b701c commit 59b6199
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 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.5] - 2024-10-12

- Fix STM32-patched CI
- Fix `enumeratedValues` with `isDefault` only
- Fix invalid `Punct` error from `proc_macro2`
Expand Down Expand Up @@ -903,7 +905,8 @@ peripheral.register.write(|w| w.field().set());

- Initial version of the `svd2rust` tool

[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.4...HEAD
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.5...HEAD
[v0.33.5]: https://github.com/rust-embedded/svd2rust/compare/v0.33.4...v0.33.5
[v0.33.4]: https://github.com/rust-embedded/svd2rust/compare/v0.33.3...v0.33.4
[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
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["svd", "embedded", "register", "map", "generator"]
license = "MIT OR Apache-2.0"
name = "svd2rust"
repository = "https://github.com/rust-embedded/svd2rust/"
version = "0.33.4"
version = "0.33.5"
readme = "README.md"
rust-version = "1.74"

Expand Down Expand Up @@ -58,11 +58,11 @@ url = { version = "2.5", features = ["serde"] }

[dependencies.svd-parser]
features = ["expand"]
version = "0.14.5"
version = "0.14.7"

[dependencies.svd-rs]
features = ["serde"]
version = "0.14.8"
version = "0.14.9"

[dependencies.syn]
version = "2.0"
Expand Down

0 comments on commit 59b6199

Please sign in to comment.