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
55
66## [ Unreleased]
77
8+ ## [ v0.3.7] 2023-12-22
9+
810* Support ` bitRange ` and ` msb+lsb ` in field ` _modify `
911* Support ` _include ` in peripherals in ` device.yaml `
1012* Add ` --enum_derive ` flag
@@ -119,7 +121,8 @@ Other changes:
119121
120122* Initial release with feature-parity with the Python project.
121123
122- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.6...HEAD
124+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.7...HEAD
125+ [ v0.3.7 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7
123126[ v0.3.6 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.5...v0.3.6
124127[ v0.3.5 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.4...v0.3.5
125128[ v0.3.4 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.3...v0.3.4
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.6 "
3+ version = " 0.3.7 "
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