File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.3.4] 2023-10-14
9+
810* Revert #145
911* Improve "Could not find errors"
1012* use register size as dimIncrement for 1-element arrays
13+ * Replace spec indices search with regex
14+ * modify writeConstraint for register
1115
1216## [ v0.3.3] 2023-10-02
1317
@@ -94,7 +98,8 @@ Other changes:
9498
9599* Initial release with feature-parity with the Python project.
96100
97- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.2...HEAD
101+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.4...HEAD
102+ [ v0.3.4 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.3...v0.3.4
98103[ v0.3.3 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.2...v0.3.3
99104[ v0.3.2 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.1...v0.3.2
100105[ v0.3.1 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
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