diff --git a/CHANGELOG-python.md b/CHANGELOG-python.md index a7b5ae3f..0ee7fe48 100644 --- a/CHANGELOG-python.md +++ b/CHANGELOG-python.md @@ -5,6 +5,10 @@ This changelog tracks the Python `svdtools` project. See ## [Unreleased] +## [v0.1.23] 2022-05-01 + +* Add support for `modifiedWriteValues` & `readAction` for fields + ## [v0.1.22] 2022-04-23 * Add support for PyYAML v6 (#96) @@ -146,7 +150,8 @@ This changelog tracks the Python `svdtools` project. See * Add `click` CLI, to call as `svd patch ` * Add packaging -[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.22...HEAD +[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.23...HEAD +[v0.1.23]: https://github.com/stm32-rs/svdtools/compare/v0.1.22...v0.1.23 [v0.1.22]: https://github.com/stm32-rs/svdtools/compare/v0.1.21...v0.1.22 [v0.1.21]: https://github.com/stm32-rs/svdtools/compare/v0.1.20...v0.1.21 [v0.1.20]: https://github.com/stm32-rs/svdtools/compare/v0.1.19...v0.1.20 diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index 1ae83b9e..8f2b6e43 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See ## [Unreleased] +## [v0.2.3] 2022-05-01 + * Add support for `modifiedWriteValues` & `readAction` for fields ## [v0.2.2] 2022-04-23 @@ -30,7 +32,8 @@ This changelog tracks the Rust `svdtools` project. See * Initial release with feature-parity with the Python project. -[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.3...HEAD +[v0.2.3]: https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/stm32-rs/svdtools/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/stm32-rs/svdtools/compare/35c3a79...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index c949a5e7..54fc3bef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svdtools" -version = "0.2.2" +version = "0.2.3" repository = "https://github.com/stm32-rs/svdtools" description = "Tool for modifying bugs in CMSIS SVD" authors = [ diff --git a/svdtools/VERSION b/svdtools/VERSION index 7e72641b..001d7528 100644 --- a/svdtools/VERSION +++ b/svdtools/VERSION @@ -1 +1 @@ -0.1.22 +0.1.23