Skip to content

Commit 7e46093

Browse files
authored
Merge pull request #241 from rust-embedded/r0318
release 0.3.18
2 parents 9726c39 + 622d149 commit 7e46093

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

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

66
## [Unreleased]
77

8+
## [v0.3.18] 2024-08-10
9+
810
* Replace `yaml-rust` with `yaml-rust2`. Check for duplicate keys and other YAML parse errors
911
* Prevent collapsing columns in HTML `register-map-table` with `min-width`
1012
* Protect from using one `enumeratedValues` in fields with different width
@@ -179,7 +181,8 @@ Other changes:
179181

180182
* Initial release with feature-parity with the Python project.
181183

182-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.17...HEAD
184+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.18...HEAD
185+
[v0.3.18]: https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18
183186
[v0.3.17]: https://github.com/rust-embedded/svdtools/compare/v0.3.16...v0.3.17
184187
[v0.3.16]: https://github.com/rust-embedded/svdtools/compare/v0.3.15...v0.3.16
185188
[v0.3.15]: https://github.com/rust-embedded/svdtools/compare/v0.3.14...v0.3.15

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.17"
3+
version = "0.3.18"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = ["Andrey Zgarbul <zgarbul.andrey@gmail.com>", "MarcoIeni"]

0 commit comments

Comments
 (0)