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.15.1] - 2019-08-11
11
+
10
12
### Fixed
11
13
12
14
- Clear UART errors in hardware after handling them
@@ -152,7 +154,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
152
154
- Updated stm32f0 dependency to v0.5.0.
153
155
- Interrupt handler to new #[ interrupt] attribute
154
156
155
- [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...HEAD
157
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...HEAD
158
+ [ v0.15.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.0...v0.15.1
156
159
[ v0.15.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.1...v0.15.0
157
160
[ v0.14.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.14.0...v0.14.1
158
161
[ v0.14.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.13.0...v0.14.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.0 "
26
+ version = " 0.15.1 "
27
27
28
28
[package .metadata .docs .rs ]
29
29
features = [" stm32f042" , " rt" ]
You can’t perform that action at this time.
0 commit comments