From a7283988ff97580ba255deed53abcc7c294fcab2 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Mon, 26 Feb 2024 06:58:17 +0300 Subject: [PATCH] release 0.3.10 --- CHANGELOG-rust.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index 2c4af91..45c55fc 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -5,7 +5,10 @@ This changelog tracks the Rust `svdtools` project. See ## [Unreleased] +## [v0.3.10] 2024-02-26 + * Allow to specify `name` for `enumeratedValues` +* Avoid unneded whitespaces in generated `html` ## [v0.3.9] 2024-01-19 @@ -132,7 +135,8 @@ Other changes: * Initial release with feature-parity with the Python project. -[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...HEAD +[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...HEAD +[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10 [v0.3.9]: https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9 [v0.3.8]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8 [v0.3.7]: https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7 diff --git a/Cargo.toml b/Cargo.toml index 73f5690..4541155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svdtools" -version = "0.3.9" +version = "0.3.10" repository = "https://github.com/rust-embedded/svdtools/" description = "Tool for modifying bugs in CMSIS SVD" authors = [