Skip to content

Commit 35ba490

Browse files
committed
Release 0.15.1
Signed-off-by: Daniel Egger <[email protected]>
1 parent cf4de96 commit 35ba490

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.15.1] - 2019-08-11
11+
1012
### Fixed
1113

1214
- Clear UART errors in hardware after handling them
@@ -152,7 +154,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
152154
- Updated stm32f0 dependency to v0.5.0.
153155
- Interrupt handler to new #[interrupt] attribute
154156

155-
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...HEAD
157+
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...HEAD
158+
[v0.15.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1
156159
[v0.15.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...v0.15.0
157160
[v0.14.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.0...v0.14.1
158161
[v0.14.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.13.0...v0.14.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "0BSD"
2323
name = "stm32f0xx-hal"
2424
readme = "README.md"
2525
repository = "https://github.com/stm32-rs/stm32f0xx-hal"
26-
version = "0.15.0"
26+
version = "0.15.1"
2727

2828
[package.metadata.docs.rs]
2929
features = ["stm32f042", "rt"]

0 commit comments

Comments
 (0)