Skip to content

Commit 53f7f2a

Browse files
authored
Merge pull request #121 from stm32-rs/release
Prepare for Rust v0.2.6, Python 0.1.24
2 parents e3f8f42 + 5b9fbd3 commit 53f7f2a

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG-python.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG-rust.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
repository = "https://github.com/stm32-rs/svdtools"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

svdtools/VERSION

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

0 commit comments

Comments
 (0)