Skip to content

Commit 38f278e

Browse files
committed
Bump version to 0.8.1 and prepare release
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 24286fa commit 38f278e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.8.1] - 2020-05-10
11+
1012
### Added
1113

1214
- Implement `timer::Cancel` trait for `Timer<TIM>`.
@@ -219,7 +221,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
219221

220222
- Support for stm32f407 and stm32f429.
221223

222-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...HEAD
224+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...HEAD
225+
[v0.8.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1
223226
[v0.8.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.7.0...v0.8.0
224227
[v0.7.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.6.0...v0.7.0
225228
[v0.6.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.5.0...v0.6.0

Cargo.toml

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

2424
[package.metadata.docs.rs]
2525
features = ["stm32f429", "rt", "usb_fs"]
26-
rustdoc-args = ["--cfg", "docsrs"]
2726
targets = ["thumbv7em-none-eabihf"]
2827

2928
[dependencies]

0 commit comments

Comments
 (0)