Skip to content

Commit ac0c9ff

Browse files
authored
Merge pull request #260 from rust-embedded/r0321
release 0.3.21
2 parents 13d3f7e + 8c8c018 commit ac0c9ff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.3.21] 2024-12-31
9+
810
* `_derive` field
911

1012
## [v0.3.20] 2024-11-14
@@ -193,7 +195,8 @@ Other changes:
193195

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

196-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.20...HEAD
198+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.21...HEAD
199+
[v0.3.21]: https://github.com/rust-embedded/svdtools/compare/v0.3.20...v0.3.21
197200
[v0.3.20]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...v0.3.20
198201
[v0.3.19]: https://github.com/rust-embedded/svdtools/compare/v0.3.18...v0.3.19
199202
[v0.3.18]: https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = ["Andrey Zgarbul <[email protected]>", "MarcoIeni"]

0 commit comments

Comments
 (0)