Skip to content

Commit 2de56b0

Browse files
committed
Bumped version to 0.11.0 for release
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent f729f7e commit 2de56b0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 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.0] - 2019-01-04
11+
1012
### Added
1113

1214
- Added ADC helper functions to read more intuitive values (#22) - @HarkonenBade
@@ -17,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1719

1820
- Fixed a few clippy lints
1921

22+
### Removed
23+
24+
- Removed the free() method on the Delay provider (breaking change)
25+
2026
## [v0.10.1] - 2018-12-25
2127

2228
### Added
@@ -68,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6874
- Updated stm32f0 dependency to v0.5.0.
6975
- Interrupt handler to new #[interrupt] attribute
7076

71-
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...HEAD
77+
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.0...HEAD
78+
[v0.11.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...v0.11.0
7279
[v0.10.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...v0.10.1
7380
[v0.10.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0
7481
[v0.9.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.8.0...v0.9.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.10.1"
22+
version = "0.11.0"
2323

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

0 commit comments

Comments
 (0)