Skip to content

Commit cb7cd4e

Browse files
bors[bot]burrbull
andauthored
Merge #496
496: release 0.13.2 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 7e50031 + d633f71 commit cb7cd4e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.2] - 2022-05-16
11+
1012
### Fixed
1113

1214
- `Pin::with_mode` [#489]
@@ -665,7 +667,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
665667

666668
- Support for stm32f407 and stm32f429.
667669

668-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.1...HEAD
670+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.2...HEAD
671+
[v0.13.2]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.1...v0.13.2
669672
[v0.13.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.0...v0.13.1
670673
[v0.13.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.12.0...v0.13.0
671674
[v0.12.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.1...v0.12.0

Cargo.toml

+1-1
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.13.1"
23+
version = "0.13.2"
2424

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cortex-m-rt = "0.7"
7474
panic-halt = "0.2"
7575

7676
[dependencies.stm32f4xx-hal]
77-
version = "0.13.1"
77+
version = "0.13.2"
7878
features = ["stm32f407"] # replace the model of your microcontroller here
7979
```
8080

0 commit comments

Comments
 (0)