Skip to content

Commit a24feb5

Browse files
authored
Merge pull request #254 from rust-embedded/r0320
release 0.3.20
2 parents 6d3133b + e61af4a commit a24feb5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG-rust.md

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

66
## [Unreleased]
77

8+
## [v0.3.20] 2024-11-14
9+
10+
* Implement `_expand_cluster`
811
* Support derived registers/fields in `svdtools html`
912

1013
## [v0.3.19] 2024-10-18
@@ -188,7 +191,8 @@ Other changes:
188191

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

191-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...HEAD
194+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.20...HEAD
195+
[v0.3.20]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...v0.3.20
192196
[v0.3.19]: https://github.com/rust-embedded/svdtools/compare/v0.3.18...v0.3.19
193197
[v0.3.18]: https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18
194198
[v0.3.17]: https://github.com/rust-embedded/svdtools/compare/v0.3.16...v0.3.17

Diff for: 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.19"
3+
version = "0.3.20"
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)