File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.20] 2024-11-14
9
+
10
+ * Implement ` _expand_cluster `
8
11
* Support derived registers/fields in ` svdtools html `
9
12
10
13
## [ v0.3.19] 2024-10-18
@@ -188,7 +191,8 @@ Other changes:
188
191
189
192
* Initial release with feature-parity with the Python project.
190
193
191
- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.19...HEAD
194
+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.20...HEAD
195
+ [ v0.3.20 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.19...v0.3.20
192
196
[ v0.3.19 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.18...v0.3.19
193
197
[ v0.3.18 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18
194
198
[ v0.3.17 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.16...v0.3.17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.19 "
3
+ version = " 0.3.20 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
" Andrey Zgarbul <[email protected] >" ,
" MarcoIeni" ]
You can’t perform that action at this time.
0 commit comments