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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.11.0] - 2019-01-04
11
+
10
12
### Added
11
13
12
14
- 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/).
17
19
18
20
- Fixed a few clippy lints
19
21
22
+ ### Removed
23
+
24
+ - Removed the free() method on the Delay provider (breaking change)
25
+
20
26
## [ v0.10.1] - 2018-12-25
21
27
22
28
### Added
@@ -68,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
68
74
- Updated stm32f0 dependency to v0.5.0.
69
75
- Interrupt handler to new #[ interrupt] attribute
70
76
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
72
79
[ v0.10.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...v0.10.1
73
80
[ v0.10.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0
74
81
[ 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"
19
19
name = " stm32f0xx-hal"
20
20
readme = " README.md"
21
21
repository = " https://github.com/stm32-rs/stm32f0xx-hal"
22
- version = " 0.10.1 "
22
+ version = " 0.11.0 "
23
23
24
24
[package .metadata .docs .rs ]
25
25
features = [" stm32f042" , " rt" ]
You can’t perform that action at this time.
0 commit comments