File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,17 @@ This changelog tracks the Python `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
- * Move ` _strip ` , ` _strip_end ` before ` _modify `
8
+ ## [ v0.1.24] 2022-08-21
9
+
10
+ ** Breaking changes** :
11
+
12
+ * Move ` _strip ` , ` _strip_end ` before ` _modify ` (#89 )
13
+ * Existing patch files may need updating to refer to the stripped
14
+ versions of names being modified
15
+ * Allow ` _derive ` to rename derived peripherals, optionally specify a new base
16
+ address and description (#118 )
17
+ * If registers were being copied and modified, use ` _copy ` instead of
18
+ ` _derive ` for those peripherals.
9
19
10
20
## [ v0.1.23] 2022-05-01
11
21
Original file line number Diff line number Diff line change @@ -5,7 +5,22 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
- * Move ` _strip ` , ` _strip_end ` before ` _modify `
8
+ ## [ v0.2.6] 2022-08-21
9
+
10
+ ** Breaking changes** :
11
+
12
+ * Move ` _strip ` , ` _strip_end ` before ` _modify ` (#89 )
13
+ * Existing patch files may need updating to refer to the stripped
14
+ versions of names being modified
15
+ * Allow ` _derive ` to rename derived peripherals, optionally specify a new base
16
+ address and description (#118 )
17
+ * If registers were being copied and modified, use ` _copy ` instead of
18
+ ` _derive ` for those peripherals.
19
+
20
+ Other changes:
21
+
22
+ * Improve error messages on missing files (#117 )
23
+ * Fix help documentation for ` svdtools patch ` command (#119 )
9
24
10
25
## [ v0.2.5] 2022-07-23
11
26
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.2.5 "
3
+ version = " 0.2.6 "
4
4
repository = " https://github.com/stm32-rs/svdtools"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
Original file line number Diff line number Diff line change 1
- 0.1.23
1
+ 0.1.24
You can’t perform that action at this time.
0 commit comments