File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This changelog tracks the Python `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.1.23] 2022-05-01
9+
10+ * Add support for ` modifiedWriteValues ` & ` readAction ` for fields
11+
812## [ v0.1.22] 2022-04-23
913
1014* Add support for PyYAML v6 (#96 )
@@ -146,7 +150,8 @@ This changelog tracks the Python `svdtools` project. See
146150* Add ` click ` CLI, to call as ` svd patch <yaml-file> `
147151* Add packaging
148152
149- [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.1.22...HEAD
153+ [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.1.23...HEAD
154+ [ v0.1.23 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.22...v0.1.23
150155[ v0.1.22 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.21...v0.1.22
151156[ v0.1.21 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.20...v0.1.21
152157[ v0.1.20 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.19...v0.1.20
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.3] 2022-05-01
9+
810* Add support for ` modifiedWriteValues ` & ` readAction ` for fields
911
1012## [ v0.2.2] 2022-04-23
@@ -30,7 +32,8 @@ This changelog tracks the Rust `svdtools` project. See
3032
3133* Initial release with feature-parity with the Python project.
3234
33- [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.2...HEAD
35+ [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.3...HEAD
36+ [ v0.2.3 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
3437[ v0.2.2 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2
3538[ v0.2.1 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.0...v0.2.1
3639[ v0.2.0 ] : https://github.com/stm32-rs/svdtools/compare/35c3a79...v0.2.0
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44repository = " https://github.com/stm32-rs/svdtools"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
Original file line number Diff line number Diff line change 1- 0.1.22
1+ 0.1.23
You can’t perform that action at this time.
0 commit comments