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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.14] 2024-04-04
9
+
8
10
* 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
9
13
10
14
## [ v0.3.13] 2024-03-29
11
15
@@ -158,7 +162,8 @@ Other changes:
158
162
159
163
* Initial release with feature-parity with the Python project.
160
164
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
162
167
[ v0.3.13 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
163
168
[ v0.3.12 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
164
169
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.13 "
3
+ version = " 0.3.14 "
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