Skip to content

Commit 35abc7a

Browse files
committed
Released 0.11.1
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 7da190e commit 35abc7a

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.11.1] - 2019-01-05
11+
1012
### Added
1113

1214
- Added peripheral definitions for the stm32f072xx line - @Yatekii
@@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8385
- Updated stm32f0 dependency to v0.5.0.
8486
- Interrupt handler to new #[interrupt] attribute
8587

86-
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.0...HEAD
88+
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.1...HEAD
89+
[v0.11.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.0...v0.11.1
8790
[v0.11.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...v0.11.0
8891
[v0.10.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...v0.10.1
8992
[v0.10.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "0BSD"
1919
name = "stm32f0xx-hal"
2020
readme = "README.md"
2121
repository = "https://github.com/stm32-rs/stm32f0xx-hal"
22-
version = "0.11.0"
22+
version = "0.11.1"
2323

2424
[package.metadata.docs.rs]
2525
features = ["stm32f042", "rt"]

0 commit comments

Comments
 (0)