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.7] 2023-12-22
9
+
8
10
* Support ` bitRange ` and ` msb+lsb ` in field ` _modify `
9
11
* Support ` _include ` in peripherals in ` device.yaml `
10
12
* Add ` --enum_derive ` flag
@@ -119,7 +121,8 @@ Other changes:
119
121
120
122
* Initial release with feature-parity with the Python project.
121
123
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
123
126
[ v0.3.6 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.5...v0.3.6
124
127
[ v0.3.5 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.4...v0.3.5
125
128
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.6 "
3
+ version = " 0.3.7 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments