Skip to content

Commit 504996b

Browse files
committed
release-0.3.4
1 parent 08d2caf commit 504996b

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,9 +5,13 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.3.4] 2023-10-14
9+
810
* Revert #145
911
* Improve "Could not find errors"
1012
* use register size as dimIncrement for 1-element arrays
13+
* Replace spec indices search with regex
14+
* modify writeConstraint for register
1115

1216
## [v0.3.3] 2023-10-02
1317

@@ -94,7 +98,8 @@ Other changes:
9498

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

97-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.2...HEAD
101+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.4...HEAD
102+
[v0.3.4]: https://github.com/rust-embedded/svdtools/compare/v0.3.3...v0.3.4
98103
[v0.3.3]: https://github.com/rust-embedded/svdtools/compare/v0.3.2...v0.3.3
99104
[v0.3.2]: https://github.com/rust-embedded/svdtools/compare/v0.3.1...v0.3.2
100105
[v0.3.1]: https://github.com/rust-embedded/svdtools/compare/v0.3.0...v0.3.1

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

0 commit comments

Comments
 (0)