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
55
66## [ Unreleased]
77
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.
919
1020## [ v0.1.23] 2022-05-01
1121
Original file line number Diff line number Diff line change @@ -5,7 +5,22 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
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 )
924
1025## [ v0.2.5] 2022-07-23
1126
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44repository = " https://github.com/stm32-rs/svdtools"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
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