Skip to content

Commit 566cd03

Browse files
authoredJan 21, 2025··
Merge pull request #271 from rust-embedded/r041
release 0.4.1
2 parents 5bfccba + ded1632 commit 566cd03

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG-rust.md

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

66
## [Unreleased]
77

8+
## [v0.4.1] 2025-01-21
9+
810
* `html`: field `readAction` and `modifiedWriteValues` in `access`
11+
* `patch`: allow processing without path dependencies
912

1013
## [v0.4.0] 2025-01-06
1114

@@ -202,7 +205,8 @@ Other changes:
202205

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

205-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.4.0...HEAD
208+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.4.1...HEAD
209+
[v0.4.1]: https://github.com/rust-embedded/svdtools/compare/v0.4.0...v0.4.1
206210
[v0.4.0]: https://github.com/rust-embedded/svdtools/compare/v0.3.21...v0.4.0
207211
[v0.3.21]: https://github.com/rust-embedded/svdtools/compare/v0.3.20...v0.3.21
208212
[v0.3.20]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...v0.3.20

‎Cargo.toml

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

0 commit comments

Comments
 (0)
Please sign in to comment.