Skip to content

Commit 2c77367

Browse files
adamgreigburrbull
authored andcommitted
Prepare for 0.16.0
1 parent 48cbb14 commit 2c77367

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.16.0] 2025-05-13
6+
57
* Updated to `svd2rust` 0.36.1, `svdtools` 0.4.6, `form` 0.13.0, use tools binaries for CI (#1174)
68
* bump `defmt` dependency to 1.0 (#1209)
79
* Use `svd2rust.toml` config, use custom ident suffixes (#948)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ to drill down into each field on each register on each peripheral.
5151
In your own project's `Cargo.toml`:
5252
```toml
5353
[dependencies.stm32f4]
54-
version = "0.15.1"
54+
version = "0.16.0"
5555
features = ["stm32f405", "rt"]
5656
```
5757

0 commit comments

Comments
 (0)