File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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
55
66## [ Unreleased]
77
8+ ## [ v0.3.20] 2024-11-14
9+
10+ * Implement ` _expand_cluster `
811* Support derived registers/fields in ` svdtools html `
912
1013## [ v0.3.19] 2024-10-18
@@ -188,7 +191,8 @@ Other changes:
188191
189192* Initial release with feature-parity with the Python project.
190193
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
192196[ v0.3.19 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.18...v0.3.19
193197[ v0.3.18 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18
194198[ 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 11[package ]
22name = " svdtools"
3- version = " 0.3.19 "
3+ version = " 0.3.20 "
44repository = " https://github.com/rust-embedded/svdtools/"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
" Andrey Zgarbul <[email protected] >" ,
" MarcoIeni" ]
You can’t perform that action at this time.
0 commit comments