File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.16.0] - 2020-02-02
11
+
10
12
### Added
11
13
12
14
- Another blinky example using a timer interrupt
@@ -184,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
184
186
- Updated stm32f0 dependency to v0.5.0.
185
187
- Interrupt handler to new #[ interrupt] attribute
186
188
187
- [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...HEAD
189
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...HEAD
190
+ [ v0.16.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
188
191
[ v0.15.2 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2
189
192
[ v0.15.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1
190
193
[ v0.15.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...v0.15.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license = "0BSD"
23
23
name = " stm32f0xx-hal"
24
24
readme = " README.md"
25
25
repository = " https://github.com/stm32-rs/stm32f0xx-hal"
26
- version = " 0.15.2 "
26
+ version = " 0.16.0 "
27
27
28
28
[package .metadata .docs .rs ]
29
29
features = [" stm32f042" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments