File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.4.4] 2025-02-08
9
+
8
10
* Add ` prefix ` and ` suffix ` as opposite to ` strip ` and ` strip_end `
9
11
10
12
## [ v0.4.3] 2025-01-31
@@ -215,7 +217,8 @@ Other changes:
215
217
216
218
* Initial release with feature-parity with the Python project.
217
219
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
219
222
[ v0.4.3 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.2...v0.4.3
220
223
[ v0.4.2 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.1...v0.4.2
221
224
[ v0.4.1 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.0...v0.4.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.4.3 "
3
+ version = " 0.4.4 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
" Andrey Zgarbul <[email protected] >" ,
" MarcoIeni" ]
You can’t perform that action at this time.
0 commit comments