Skip to content

Commit

Permalink
release 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Mar 6, 2024
1 parent 11d8b05 commit a852a6a
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.11] 2024-03-06

* Add `_expand_array`
* Allow register arrays in `collect_in_cluster`
* Custom `dimIncrement` for 1-element `cluster` or `array`
Expand Down Expand Up @@ -139,7 +141,8 @@ Other changes:

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

[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...HEAD
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...HEAD
[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
[v0.3.8]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8
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.10"
version = "0.3.11"
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand Down

0 comments on commit a852a6a

Please sign in to comment.