Skip to content

Commit b6b1840

Browse files
committed
Release 0.16.0
Signed-off-by: Daniel Egger <[email protected]>
1 parent 9b646d9 commit b6b1840

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.16.0] - 2020-02-02
11+
1012
### Added
1113

1214
- Another blinky example using a timer interrupt
@@ -184,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
184186
- Updated stm32f0 dependency to v0.5.0.
185187
- Interrupt handler to new #[interrupt] attribute
186188

187-
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...HEAD
189+
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...HEAD
190+
[v0.16.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
188191
[v0.15.2]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2
189192
[v0.15.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1
190193
[v0.15.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...v0.15.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.2"
26+
version = "0.16.0"
2727

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

0 commit comments

Comments
 (0)