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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.4] 2023-10-14
9
+
8
10
* Revert #145
9
11
* Improve "Could not find errors"
10
12
* use register size as dimIncrement for 1-element arrays
13
+ * Replace spec indices search with regex
14
+ * modify writeConstraint for register
11
15
12
16
## [ v0.3.3] 2023-10-02
13
17
@@ -94,7 +98,8 @@ Other changes:
94
98
95
99
* Initial release with feature-parity with the Python project.
96
100
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
98
103
[ v0.3.3 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.2...v0.3.3
99
104
[ v0.3.2 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.1...v0.3.2
100
105
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.3 "
3
+ version = " 0.3.4 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments