File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This changelog tracks the Python `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.1.25] 2022-09-04
9
+
10
+ * Fix bug in deriving registers (#124 )
11
+
8
12
## [ v0.1.24] 2022-08-21
9
13
10
14
** Breaking changes** :
@@ -162,7 +166,9 @@ This changelog tracks the Python `svdtools` project. See
162
166
* Add ` click ` CLI, to call as ` svd patch <yaml-file> `
163
167
* Add packaging
164
168
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
166
172
[ v0.1.23 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.22...v0.1.23
167
173
[ v0.1.22 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.21...v0.1.22
168
174
[ v0.1.21 ] : https://github.com/stm32-rs/svdtools/compare/v0.1.20...v0.1.21
Original file line number Diff line number Diff line change 1
- 0.1.24
1
+ 0.1.25
You can’t perform that action at this time.
0 commit comments