Skip to content

Commit e7a3d1e

Browse files
bors[bot]burrbull
andauthored
Merge #478
478: v0.13 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 215ad46 + 8d1cbd8 commit e7a3d1e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.13.0] - 2022-04-04
11+
1012
### Changed
1113

1214
- `DmaSet` & `Transfer` take channel after stream generic, then other [#477]
@@ -642,7 +644,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
642644

643645
- Support for stm32f407 and stm32f429.
644646

645-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.12.0...HEAD
647+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.0...HEAD
648+
[v0.13.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.12.0...v0.13.0
646649
[v0.12.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.1...v0.12.0
647650
[v0.11.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.0...v0.11.1
648651
[v0.11.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.1...v0.11.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "0BSD"
2020
name = "stm32f4xx-hal"
2121
readme = "README.md"
2222
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
23-
version = "0.12.0"
23+
version = "0.13.0"
2424

2525
[package.metadata.docs.rs]
2626
features = ["stm32f429", "usb_fs", "can", "i2s", "fsmc_lcd"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ cortex-m-rt = "0.7"
7474
panic-halt = "0.2"
7575

7676
[dependencies.stm32f4xx-hal]
77-
version = "0.12"
78-
features = ["rt", "stm32f407"] # replace the model of your microcontroller here
77+
version = "0.13"
78+
features = ["stm32f407"] # replace the model of your microcontroller here
7979
```
8080

8181
We also need to tell Rust how to link our executable and how to lay out the

0 commit comments

Comments
 (0)