File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.8.2] - 2020-05-29
11
+
12
+ ### Added
13
+
10
14
- Added sdio driver
11
15
- Allow specifying the desired SDIO bus speed during initialization
12
16
@@ -224,7 +228,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
224
228
225
229
- Support for stm32f407 and stm32f429.
226
230
227
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...HEAD
231
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.2...HEAD
232
+ [ v0.8.2 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...v0.8.2
228
233
[ v0.8.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1
229
234
[ v0.8.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.7.0...v0.8.0
230
235
[ v0.7.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ 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.1 "
22
+ version = " 0.8.2 "
23
23
24
24
[package .metadata .docs .rs ]
25
25
features = [" stm32f429" , " rt" , " usb_fs" ]
You can’t perform that action at this time.
0 commit comments