Skip to content

Commit 9d6829d

Browse files
authored
Merge pull request #441 from stm32-rs/v0.12.1
v0.12.1
2 parents f43e5e5 + bdf65f2 commit 9d6829d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [v0.12.1] 2020-09-22
6+
7+
* Fixes a bug introduced by a new version of svdtools which resulted in
8+
missing interrupts for devices which used `_copy` in their patches (see #440)
9+
510
## [v0.12.0] 2020-09-20
611

712
Family-specific:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to drill down into each field on each register on each peripheral.
4747
In your own project's `Cargo.toml`:
4848
```toml
4949
[dependencies.stm32f4]
50-
version = "0.12.0"
50+
version = "0.12.1"
5151
features = ["stm32f405", "rt"]
5252
```
5353

scripts/makecrates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import yaml
1818

19-
VERSION = "0.12.0"
19+
VERSION = "0.12.1"
2020
SVD2RUST_VERSION = "0.17.0"
2121

2222
CRATE_DOC_FEATURES = {

0 commit comments

Comments
 (0)