Skip to content

Commit

Permalink
Merge pull request #228 from simpkins/v0.3.14
Browse files Browse the repository at this point in the history
release 0.3.14
  • Loading branch information
burrbull authored Apr 4, 2024
2 parents 578aebe + 5fb323a commit 5dcdd0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.3.14] 2024-04-04

* If there is no path to interpolate, show unmodified `description`.
* Support write constraints when defining new register fields
* Allow absolute identifiers in `_derive` register

## [v0.3.13] 2024-03-29

Expand Down Expand Up @@ -158,7 +162,8 @@ Other changes:

* Initial release with feature-parity with the Python project.

[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.13...HEAD
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.14...HEAD
[v0.3.14]: https://github.com/rust-embedded/svdtools/compare/v0.3.13...v0.3.14
[v0.3.13]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
[v0.3.12]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.3.13"
version = "0.3.14"
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand Down

0 comments on commit 5dcdd0f

Please sign in to comment.