Skip to content

Commit 77f4eed

Browse files
committed
Bump version to 0.17.0 and prepare release
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent ed4067b commit 77f4eed

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.17.0] - 2020-06-27
11+
1012
### Changed
1113

1214
- Remove duplicate error bits clearing in serial `read()` implementation
@@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
202204
- Updated stm32f0 dependency to v0.5.0.
203205
- Interrupt handler to new #[interrupt] attribute
204206

205-
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...HEAD
207+
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...HEAD
208+
[v0.17.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0
206209
[v0.16.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
207210
[v0.15.2]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2
208211
[v0.15.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1

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.16.0"
26+
version = "0.17.0"
2727

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

0 commit comments

Comments
 (0)