File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
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.8.1] - 2020-05-10
11
+
10
12
### Added
11
13
12
14
- Implement ` timer::Cancel ` trait for ` Timer<TIM> ` .
@@ -219,7 +221,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
219
221
220
222
- Support for stm32f407 and stm32f429.
221
223
222
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...HEAD
224
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...HEAD
225
+ [ v0.8.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1
223
226
[ v0.8.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.7.0...v0.8.0
224
227
[ v0.7.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.6.0...v0.7.0
225
228
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.5.0...v0.6.0
Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ license = "0BSD"
19
19
name = " stm32f4xx-hal"
20
20
readme = " README.md"
21
21
repository = " https://github.com/stm32-rs/stm32f4xx-hal"
22
- version = " 0.8.0 "
22
+ version = " 0.8.1 "
23
23
24
24
[package .metadata .docs .rs ]
25
25
features = [" stm32f429" , " rt" , " usb_fs" ]
26
- rustdoc-args = [" --cfg" , " docsrs" ]
27
26
targets = [" thumbv7em-none-eabihf" ]
28
27
29
28
[dependencies ]
You can’t perform that action at this time.
0 commit comments