File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-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.2.8] 2022-01-28
9+
10+ * patch: added possibility to modify dim elements (arrays)
811* mmap: replace %s in field array
912
1013## [ v0.2.7] 2022-09-18
@@ -67,7 +70,10 @@ Other changes:
6770
6871* Initial release with feature-parity with the Python project.
6972
70- [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.5...HEAD
73+ [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.8...HEAD
74+ [ v0.2.8 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.7...v0.2.8
75+ [ v0.2.7 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.6...v0.2.7
76+ [ v0.2.6 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.5...v0.2.6
7177[ v0.2.5 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.4...v0.2.5
7278[ v0.2.4 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.3...v0.2.4
7379[ v0.2.3 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.2.7 "
3+ version = " 0.2.8 "
44repository = " https://github.com/stm32-rs/svdtools"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
You can’t perform that action at this time.
0 commit comments