File tree 2 files changed +5
-2
lines changed
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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.12] 2024-03-23
9
+
8
10
* ` dimArrayIndex ` support
9
11
* Allow to modify registers in ` _cluster: `
10
12
* Add addressOffset check in ` collect_in_cluster `
@@ -148,7 +150,8 @@ Other changes:
148
150
149
151
* Initial release with feature-parity with the Python project.
150
152
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
152
155
[ v0.3.11 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
153
156
[ v0.3.10 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
154
157
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.11 "
3
+ version = " 0.3.12 "
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