Skip to content

Commit c605222

Browse files
authored
Merge pull request #278 from rust-embedded/r044
release 0.4.4
2 parents 018515c + 1869f85 commit c605222

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

Lines changed: 4 additions & 1 deletion
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.4.4] 2025-02-08
9+
810
* Add `prefix` and `suffix` as opposite to `strip` and `strip_end`
911

1012
## [v0.4.3] 2025-01-31
@@ -215,7 +217,8 @@ Other changes:
215217

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

218-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.4.3...HEAD
220+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.4.4...HEAD
221+
[v0.4.4]: https://github.com/rust-embedded/svdtools/compare/v0.4.3...v0.4.4
219222
[v0.4.3]: https://github.com/rust-embedded/svdtools/compare/v0.4.2...v0.4.3
220223
[v0.4.2]: https://github.com/rust-embedded/svdtools/compare/v0.4.1...v0.4.2
221224
[v0.4.1]: https://github.com/rust-embedded/svdtools/compare/v0.4.0...v0.4.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.4.3"
3+
version = "0.4.4"
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)