Skip to content

Commit 4b0f161

Browse files
authored
Merge pull request #292 from stm32-rs/0.9.0
Release 0.9.0
2 parents 6e3446a + 68ed534 commit 4b0f161

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.9.0] - 2021-04-04
11+
1012
### Changed
1113

1214
- [breaking-change] Bump `rand_core` dependency to 0.6.
@@ -310,7 +312,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
310312

311313
- Support for stm32f407 and stm32f429.
312314

313-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.3...HEAD
315+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.9.0...HEAD
316+
[v0.9.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.3...v0.9.0
314317
[v0.8.3]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.2...v0.8.3
315318
[v0.8.2]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...v0.8.2
316319
[v0.8.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1

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.3"
22+
version = "0.9.0"
2323

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

0 commit comments

Comments
 (0)