File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 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
55
66## [ Unreleased]
77
8+ ## [ v0.3.8] 2023-12-23
9+
810* Fix #176 in ` collect_in_cluster `
911
1012## [ v0.3.7] 2023-12-22
@@ -123,7 +125,8 @@ Other changes:
123125
124126* Initial release with feature-parity with the Python project.
125127
126- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.7...HEAD
128+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.8...HEAD
129+ [ v0.3.8 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8
127130[ v0.3.7 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7
128131[ v0.3.6 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.5...v0.3.6
129132[ v0.3.5 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.4...v0.3.5
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.7 "
3+ version = " 0.3.8 "
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