Skip to content

Commit e2a9f85

Browse files
authored
Merge pull request #125 from stm32-rs/py-0.1.25
Prepare for Python 0.1.25
2 parents e2c1844 + 9b00e8f commit e2a9f85

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG-python.md

Lines changed: 7 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.25] 2022-09-04
9+
10+
* Fix bug in deriving registers (#124)
11+
812
## [v0.1.24] 2022-08-21
913

1014
**Breaking changes**:
@@ -162,7 +166,9 @@ This changelog tracks the Python `svdtools` project. See
162166
* Add `click` CLI, to call as `svd patch <yaml-file>`
163167
* Add packaging
164168

165-
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.23...HEAD
169+
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.25...HEAD
170+
[v0.1.25]: https://github.com/stm32-rs/svdtools/compare/v0.1.24...v0.1.25
171+
[v0.1.24]: https://github.com/stm32-rs/svdtools/compare/v0.1.23...v0.1.24
166172
[v0.1.23]: https://github.com/stm32-rs/svdtools/compare/v0.1.22...v0.1.23
167173
[v0.1.22]: https://github.com/stm32-rs/svdtools/compare/v0.1.21...v0.1.22
168174
[v0.1.21]: https://github.com/stm32-rs/svdtools/compare/v0.1.20...v0.1.21

svdtools/VERSION

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

0 commit comments

Comments
 (0)