We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578aebe commit c998eddCopy full SHA for c998edd
CHANGELOG-rust.md
@@ -5,7 +5,11 @@ This changelog tracks the Rust `svdtools` project. See
5
6
## [Unreleased]
7
8
+## [v0.3.14] 2024-04-04
9
+
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`
13
14
## [v0.3.13] 2024-03-29
15
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "svdtools"
3
-version = "0.3.13"
+version = "0.3.14"
4
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
0 commit comments