File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.4.6] 2025-04-03
9+
10+ * Fixed compilation with new ` rust `
11+
812## [ v0.4.5] 2025-03-11
913
1014* Calculate ` _add ` position for peripherals and registers
@@ -221,7 +225,8 @@ Other changes:
221225
222226* Initial release with feature-parity with the Python project.
223227
224- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.4.5...HEAD
228+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.4.6...HEAD
229+ [ v0.4.6 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.5...v0.4.6
225230[ v0.4.5 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.4...v0.4.5
226231[ v0.4.4 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.3...v0.4.4
227232[ v0.4.3 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.2...v0.4.3
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.4.5 "
3+ version = " 0.4.6 "
44repository = " https://github.com/rust-embedded/svdtools/"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
" Andrey Zgarbul <[email protected] >" ,
" MarcoIeni" ]
You can’t perform that action at this time.
0 commit comments