Skip to content

Commit

Permalink
Merge pull request #753 from stm32-rs/0.15.1
Browse files Browse the repository at this point in the history
Prepare for v0.15.1 release
  • Loading branch information
adamgreig committed Jul 4, 2022
2 parents acf3a1c + 34fa348 commit 958ae32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,10 +2,16 @@

## [Unreleased]

* Updated to svd2rust 0.24.1
## [v0.15.1] 2022-07-04

* Updated to svd2rust 0.24.1 to fix critical codegen issue (#751)
* Fix FSDEF field being marked read-only in SAI (#752)

## [v0.15.0] 2022-07-04

This release has been yanked from crates.io as it was generated using svd2rust
0.24.0 which suffered from a codegen bug (see #748).

Common changes:

* Strip prefixes from many peripheral registers (#661)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ to drill down into each field on each register on each peripheral.
In your own project's `Cargo.toml`:
```toml
[dependencies.stm32f4]
version = "0.15.0"
version = "0.15.1"
features = ["stm32f405", "rt"]
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/makecrates.py
Expand Up @@ -16,7 +16,7 @@
import re
import yaml

VERSION = "0.15.0"
VERSION = "0.15.1"
SVD2RUST_VERSION = "0.24.1"

CRATE_DOC_FEATURES = {
Expand Down

0 comments on commit 958ae32

Please sign in to comment.