Skip to content

Commit

Permalink
Merge pull request #241 from rust-embedded/r0318
Browse files Browse the repository at this point in the history
release 0.3.18
  • Loading branch information
burrbull committed Aug 10, 2024
2 parents 9726c39 + 622d149 commit 7e46093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.3.18] 2024-08-10

* Replace `yaml-rust` with `yaml-rust2`. Check for duplicate keys and other YAML parse errors
* Prevent collapsing columns in HTML `register-map-table` with `min-width`
* Protect from using one `enumeratedValues` in fields with different width
Expand Down Expand Up @@ -179,7 +181,8 @@ Other changes:

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

[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.17...HEAD
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.18...HEAD
[v0.3.18]: https://github.com/rust-embedded/svdtools/compare/v0.3.17...v0.3.18
[v0.3.17]: https://github.com/rust-embedded/svdtools/compare/v0.3.16...v0.3.17
[v0.3.16]: https://github.com/rust-embedded/svdtools/compare/v0.3.15...v0.3.16
[v0.3.15]: https://github.com/rust-embedded/svdtools/compare/v0.3.14...v0.3.15
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.3.17"
version = "0.3.18"
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = ["Andrey Zgarbul <[email protected]>", "MarcoIeni"]
Expand Down

0 comments on commit 7e46093

Please sign in to comment.