File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.3.13] 2024-03-29
9+
810* Interpolate path and name in ` description ` and ` derivedFrom `
911* Allow specs started with ` _ ` (missing part)
12+ * Allow 1 string ` _include `
1013
1114## [ v0.3.12] 2024-03-23
1215
@@ -16,7 +19,6 @@ This changelog tracks the Rust `svdtools` project. See
1619* Refactor ` RegisterBlockExt ` , use ` BlockPath ` for better errors
1720* Allow specs started with ` _ `
1821* Allow process, ` _delete ` and ` _modify ` cluster without ` _clusters ` specifier
19- * Allow 1 string ` _include `
2022
2123## [ v0.3.11] 2024-03-06
2224
@@ -154,7 +156,8 @@ Other changes:
154156
155157* Initial release with feature-parity with the Python project.
156158
157- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
159+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.13...HEAD
160+ [ v0.3.13 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
158161[ v0.3.12 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
159162[ v0.3.11 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
160163[ v0.3.10 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.12 "
3+ version = " 0.3.3 "
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