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.12] 2024-03-23
9+
810* ` dimArrayIndex ` support
911* Allow to modify registers in ` _cluster: `
1012* Add addressOffset check in ` collect_in_cluster `
@@ -148,7 +150,8 @@ Other changes:
148150
149151* Initial release with feature-parity with the Python project.
150152
151- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...HEAD
153+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
154+ [ v0.3.12 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
152155[ v0.3.11 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
153156[ v0.3.10 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
154157[ v0.3.9 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.11 "
3+ version = " 0.3.12 "
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