Skip to content

Commit f842699

Browse files
authored
Merge pull request #211 from rust-embedded/r0311
release 0.3.11
2 parents 11d8b05 + a852a6a commit f842699

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.3.11] 2024-03-06
9+
810
* Add `_expand_array`
911
* Allow register arrays in `collect_in_cluster`
1012
* Custom `dimIncrement` for 1-element `cluster` or `array`
@@ -139,7 +141,8 @@ Other changes:
139141

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

142-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...HEAD
144+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...HEAD
145+
[v0.3.11]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
143146
[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
144147
[v0.3.9]: https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9
145148
[v0.3.8]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)