Skip to content

Commit 5dcdd0f

Browse files
authored
Merge pull request #228 from simpkins/v0.3.14
release 0.3.14
2 parents 578aebe + 5fb323a commit 5dcdd0f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG-rust.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)