Skip to content

Commit d0bb1b8

Browse files
committed
release 0.3.12
1 parent 5e79524 commit d0bb1b8

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.12] 2024-03-23
9+
810
* `dimArrayIndex` support
911
* Allow to modify registers in `_cluster:`
1012
* Add addressOffset check in `collect_in_cluster`
@@ -148,7 +150,8 @@ Other changes:
148150

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

151-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...HEAD
153+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
154+
[v0.3.12]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
152155
[v0.3.11]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
153156
[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
154157
[v0.3.9]: https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9

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.11"
3+
version = "0.3.12"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)