File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.10 "
3+ version = " 0.3.11 "
44repository = " https://github.com/rust-embedded/svdtools/"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
You can’t perform that action at this time.
0 commit comments