Skip to content

Commit 13dfa20

Browse files
bors[bot]burrbull
andauthored
Merge #109
109: release Rust 0.2.3 & Python 0.1.23 r=adamgreig a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents cfce810 + 72b9a6a commit 13dfa20

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG-python.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG-rust.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
repository = "https://github.com/stm32-rs/svdtools"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

svdtools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.22
1+
0.1.23

0 commit comments

Comments
 (0)