diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index 8bab269..f800b83 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -5,6 +5,9 @@ This changelog tracks the Rust `svdtools` project. See ## [Unreleased] +## [v0.3.20] 2024-11-14 + +* Implement `_expand_cluster` * Support derived registers/fields in `svdtools html` ## [v0.3.19] 2024-10-18 @@ -188,7 +191,8 @@ Other changes: * Initial release with feature-parity with the Python project. -[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...HEAD +[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.20...HEAD +[v0.3.20]: https://github.com/rust-embedded/svdtools/compare/v0.3.19...v0.3.20 [v0.3.19]: https://github.com/rust-embedded/svdtools/compare/v0.3.18...v0.3.19 [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 diff --git a/Cargo.toml b/Cargo.toml index 318ef02..84885cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svdtools" -version = "0.3.19" +version = "0.3.20" repository = "https://github.com/rust-embedded/svdtools/" description = "Tool for modifying bugs in CMSIS SVD" authors = ["Andrey Zgarbul ", "MarcoIeni"]