Skip to content

Commit

Permalink
release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Nov 5, 2024
1 parent e8fddfa commit 81c27a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v2
with:
key: svdtools-0.2.3
key: svdtools-0.3.19

- name: Install svdtools
run: |
cargo install svdtools --version 0.2.3 --target-dir target
cargo install svdtools --version 0.3.19 --target-dir target
- name: Run CI script
run: |
Expand Down
7 changes: 6 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.34.0] - 2024-11-05

- Revert #711
- Add `defmt` impls for `TryFromInterruptError`, riscv interrupt enums
- Fix calculating `modifiedWriteValues` bitmasks with field arrays
Expand Down Expand Up @@ -921,7 +923,10 @@ peripheral.register.write(|w| w.field().set());

- Initial version of the `svd2rust` tool

[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.3...HEAD
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.34.0...HEAD
[v0.34.0]: https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0
[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
[v0.33.1]: https://github.com/rust-embedded/svd2rust/compare/v0.33.0...v0.33.1
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 @@ -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.5"
version = "0.34.0"
readme = "README.md"
rust-version = "1.74"

Expand Down

0 comments on commit 81c27a9

Please sign in to comment.