Skip to content

Commit

Permalink
Merge pull request #220 from rust-embedded/r0312
Browse files Browse the repository at this point in the history
release 0.3.12
  • Loading branch information
adamgreig authored Mar 25, 2024
2 parents 5e79524 + d0bb1b8 commit d6a30c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.3.12] 2024-03-23

* `dimArrayIndex` support
* Allow to modify registers in `_cluster:`
* Add addressOffset check in `collect_in_cluster`
Expand Down Expand Up @@ -148,7 +150,8 @@ Other changes:

* Initial release with feature-parity with the Python project.

[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...HEAD
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
[v0.3.12]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
[v0.3.9]: https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.3.11"
version = "0.3.12"
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand Down

0 comments on commit d6a30c4

Please sign in to comment.