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.17.0] - 2020-06-27
11
+
10
12
### Changed
11
13
12
14
- Remove duplicate error bits clearing in serial ` read() ` implementation
@@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
202
204
- Updated stm32f0 dependency to v0.5.0.
203
205
- Interrupt handler to new #[ interrupt] attribute
204
206
205
- [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...HEAD
207
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...HEAD
208
+ [ v0.17.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0
206
209
[ v0.16.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
207
210
[ v0.15.2 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2
208
211
[ v0.15.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1
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.16 .0"
26
+ version = " 0.17 .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