Skip to content

Commit 6ec8632

Browse files
authored
Merge pull request #168 from stm32-rs/0-8-2-release
Prepare 0.8.2 release
2 parents 7b619fa + e91878b commit 6ec8632

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.8.2] - 2020-05-29
11+
12+
### Added
13+
1014
- Added sdio driver
1115
- Allow specifying the desired SDIO bus speed during initialization
1216

@@ -224,7 +228,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
224228

225229
- Support for stm32f407 and stm32f429.
226230

227-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...HEAD
231+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.2...HEAD
232+
[v0.8.2]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...v0.8.2
228233
[v0.8.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1
229234
[v0.8.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.7.0...v0.8.0
230235
[v0.7.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.6.0...v0.7.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "0BSD"
1919
name = "stm32f4xx-hal"
2020
readme = "README.md"
2121
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
22-
version = "0.8.1"
22+
version = "0.8.2"
2323

2424
[package.metadata.docs.rs]
2525
features = ["stm32f429", "rt", "usb_fs"]

0 commit comments

Comments
 (0)