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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.2.4] 2022-05-15
9
+
8
10
* Added action to build binaries and release for every version tag and latest commit
9
11
* Use ` svd-parser ` 0.13.4, add ` expand_properties ` option in ` convert `
10
12
* ` patch ` : check enum ` usage ` , don't add it if unneeded
@@ -36,7 +38,8 @@ This changelog tracks the Rust `svdtools` project. See
36
38
37
39
* Initial release with feature-parity with the Python project.
38
40
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
40
43
[ v0.2.3 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
41
44
[ v0.2.2 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2
42
45
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
repository = " https://github.com/stm32-rs/svdtools"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments