diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index d18f18d..c27a2ea 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 726a85d..7b04f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "MarcoIeni"]