File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.2.4] 2022-05-15
9+
810* Added action to build binaries and release for every version tag and latest commit
911* Use ` svd-parser ` 0.13.4, add ` expand_properties ` option in ` convert `
1012* ` patch ` : check enum ` usage ` , don't add it if unneeded
@@ -36,7 +38,8 @@ This changelog tracks the Rust `svdtools` project. See
3638
3739* Initial release with feature-parity with the Python project.
3840
39- [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.3...HEAD
41+ [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.4...HEAD
42+ [ v0.2.4 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.3...v0.2.4
4043[ v0.2.3 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
4144[ v0.2.2 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2
4245[ v0.2.1 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44repository = " https://github.com/stm32-rs/svdtools"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
You can’t perform that action at this time.
0 commit comments