Skip to content

Commit 59e01eb

Browse files
authored
Merge pull request #286 from rust-embedded/r046
release 0.4.6
2 parents 2732f60 + 18871cb commit 59e01eb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG-rust.md

+6-1
Original file line numberDiff line numberDiff 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.4.5"
3+
version = "0.4.6"
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)