File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ license = "0BSD"
1919name = " stm32f0xx-hal"
2020readme = " README.md"
2121repository = " https://github.com/stm32-rs/stm32f0xx-hal"
22- version = " 0.10.1 "
22+ version = " 0.11.0 "
2323
2424[package .metadata .docs .rs ]
2525features = [" stm32f042" , " rt" ]
You can’t perform that action at this time.
0 commit comments