File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.18] 2024-08-10
9+
810* Replace ` yaml-rust ` with ` yaml-rust2 ` . Check for duplicate keys and other YAML parse errors
911* Prevent collapsing columns in HTML ` register-map-table ` with ` min-width `
1012* Protect from using one ` enumeratedValues ` in fields with different width
@@ -179,7 +181,8 @@ Other changes:
179181
180182* Initial release with feature-parity with the Python project.
181183
182- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.17...HEAD
184+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.18...HEAD
185+ [ v0.3.18 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18
183186[ v0.3.17 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.16...v0.3.17
184187[ v0.3.16 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.15...v0.3.16
185188[ v0.3.15 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.14...v0.3.15
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.17 "
3+ version = " 0.3.18 "
44repository = " https://github.com/rust-embedded/svdtools/"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [" Andrey Zgarbul <zgarbul.andrey@gmail.com>" , " MarcoIeni" ]
You can’t perform that action at this time.
0 commit comments