Skip to content

Commit

Permalink
Merge pull request #271 from rust-embedded/r041
Browse files Browse the repository at this point in the history
release 0.4.1
  • Loading branch information
burrbull authored Jan 21, 2025
2 parents 5bfccba + ded1632 commit 566cd03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.4.1] 2025-01-21

* `html`: field `readAction` and `modifiedWriteValues` in `access`
* `patch`: allow processing without path dependencies

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

Expand Down Expand Up @@ -202,7 +205,8 @@ Other changes:

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

[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.4.1...HEAD
[v0.4.1]: https://github.com/rust-embedded/svdtools/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/rust-embedded/svdtools/compare/v0.3.21...v0.4.0
[v0.3.21]: https://github.com/rust-embedded/svdtools/compare/v0.3.20...v0.3.21
[v0.3.20]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...v0.3.20
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.4.0"
version = "0.4.1"
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = ["Andrey Zgarbul <[email protected]>", "MarcoIeni"]
Expand Down

0 comments on commit 566cd03

Please sign in to comment.