Skip to content

Commit a728398

Browse files
committed
release 0.3.10
1 parent 29a00de commit a728398

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG-rust.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.3.10] 2024-02-26
9+
810
* Allow to specify `name` for `enumeratedValues`
11+
* Avoid unneded whitespaces in generated `html`
912

1013
## [v0.3.9] 2024-01-19
1114

@@ -132,7 +135,8 @@ Other changes:
132135

133136
* Initial release with feature-parity with the Python project.
134137

135-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...HEAD
138+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...HEAD
139+
[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
136140
[v0.3.9]: https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9
137141
[v0.3.8]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8
138142
[v0.3.7]: https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7

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.3.9"
3+
version = "0.3.10"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)