Merge pull request #56 from stm32-rs/0.13.0

Release v0.13.0
trying.tmp v0.13.0
Daniel Egger 5 years ago committed by GitHub
commit 5ef5130b37
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.13.0] - 2019-02-06
### Added
- Support for stm32f0x8 line - @jessebraham
@ -117,7 +119,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.12.0...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.13.0...HEAD
[v0.13.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.1...v0.12.0
[v0.11.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...v0.11.0

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

Loading…
Cancel
Save