Bumped version to 0.11.0 for release

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
Daniel Egger 2019-01-04 02:09:40 +01:00
parent f729f7e4df
commit 2de56b0878
2 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.11.0] - 2019-01-04
### Added
- 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/).
- Fixed a few clippy lints
### Removed
- Removed the free() method on the Delay provider (breaking change)
## [v0.10.1] - 2018-12-25
### Added
@ -68,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Updated stm32f0 dependency to v0.5.0.
- Interrupt handler to new #[interrupt] attribute
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.0...HEAD
[v0.11.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...v0.11.0
[v0.10.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...v0.10.1
[v0.10.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.8.0...v0.9.0

View File

@ -19,7 +19,7 @@ license = "0BSD"
name = "stm32f0xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32f0xx-hal"
version = "0.10.1"
version = "0.11.0"
[package.metadata.docs.rs]
features = ["stm32f042", "rt"]