Skip to content

Commit a295950

Browse files
committed
Python 0.1.26
1 parent d7fc8b4 commit a295950

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG-python.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This changelog tracks the Python `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.1.26] 2023-03-28
9+
810
* Bump python to 3.9 to fix CI
11+
* Extended cluster supper (#134)
912

1013
## [v0.1.25] 2022-09-04
1114

@@ -168,7 +171,8 @@ This changelog tracks the Python `svdtools` project. See
168171
* Add `click` CLI, to call as `svd patch <yaml-file>`
169172
* Add packaging
170173

171-
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.25...HEAD
174+
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.26...HEAD
175+
[v0.1.26]: https://github.com/stm32-rs/svdtools/compare/v0.1.25...v0.1.26
172176
[v0.1.25]: https://github.com/stm32-rs/svdtools/compare/v0.1.24...v0.1.25
173177
[v0.1.24]: https://github.com/stm32-rs/svdtools/compare/v0.1.23...v0.1.24
174178
[v0.1.23]: https://github.com/stm32-rs/svdtools/compare/v0.1.22...v0.1.23

svdtools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.25
1+
0.1.26

0 commit comments

Comments
 (0)