Skip to content

Commit 957188d

Browse files
authored
Merge pull request #569 from stm32-rs/0.13.2
Prepare for v0.13.2 release for stm32f3
2 parents 5f8274f + fef265d commit 957188d

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.13.2] 2021-06-05
6+
7+
* F3:
8+
* Fix bad crate generation from 0.13.1
9+
510
## [v0.13.1] 2021-06-02
611

712
* F3:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ to drill down into each field on each register on each peripheral.
4949
In your own project's `Cargo.toml`:
5050
```toml
5151
[dependencies.stm32f4]
52-
version = "0.13.1"
52+
version = "0.13.0"
5353
features = ["stm32f405", "rt"]
5454
```
5555

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.13.1"
19+
VERSION = "0.13.2"
2020
SVD2RUST_VERSION = "0.17.0"
2121

2222
CRATE_DOC_FEATURES = {

0 commit comments

Comments
 (0)