Merge pull request #117 from stm32-rs/release-0.17.0

Bump version to 0.17.0 and prepare release
crude-e-h-1.0.0-alpha.1 v0.17.0
Daniel Egger 3 years ago committed by GitHub
commit 87a9955ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.17.0] - 2020-06-27
### Changed
- Remove duplicate error bits clearing in serial `read()` implementation
@ -202,7 +204,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.16.0...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...HEAD
[v0.17.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0
[v0.16.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
[v0.15.2]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2
[v0.15.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1

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

Loading…
Cancel
Save