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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.18] 2024-08-10
9
+
8
10
* Replace ` yaml-rust ` with ` yaml-rust2 ` . Check for duplicate keys and other YAML parse errors
9
11
* Prevent collapsing columns in HTML ` register-map-table ` with ` min-width `
10
12
* Protect from using one ` enumeratedValues ` in fields with different width
@@ -179,7 +181,8 @@ Other changes:
179
181
180
182
* Initial release with feature-parity with the Python project.
181
183
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
183
186
[ v0.3.17 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.16...v0.3.17
184
187
[ v0.3.16 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.15...v0.3.16
185
188
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.17 "
3
+ version = " 0.3.18 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [" Andrey Zgarbul <zgarbul.andrey@gmail.com>" , " MarcoIeni" ]
You can’t perform that action at this time.
0 commit comments