File tree 2 files changed +7
-2
lines changed
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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.4.6] 2025-04-03
9
+
10
+ * Fixed compilation with new ` rust `
11
+
8
12
## [ v0.4.5] 2025-03-11
9
13
10
14
* Calculate ` _add ` position for peripherals and registers
@@ -221,7 +225,8 @@ Other changes:
221
225
222
226
* Initial release with feature-parity with the Python project.
223
227
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
225
230
[ v0.4.5 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.4...v0.4.5
226
231
[ v0.4.4 ] : https://github.com/rust-embedded/svdtools/compare/v0.4.3...v0.4.4
227
232
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.4.5 "
3
+ version = " 0.4.6 "
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