File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.3.14] 2024-04-04
9+
810* If there is no path to interpolate, show unmodified ` description ` .
11+ * Support write constraints when defining new register fields
12+ * Allow absolute identifiers in ` _derive ` register
913
1014## [ v0.3.13] 2024-03-29
1115
@@ -158,7 +162,8 @@ Other changes:
158162
159163* Initial release with feature-parity with the Python project.
160164
161- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.13...HEAD
165+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.14...HEAD
166+ [ v0.3.14 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.13...v0.3.14
162167[ v0.3.13 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
163168[ v0.3.12 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
164169[ v0.3.11 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.13 "
3+ version = " 0.3.14 "
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