File tree 2 files changed +5
-2
lines changed
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.8.3] - 2020-06-12
11
+
10
12
### Fixed
11
13
12
14
- Make sure that I2C writes are concluded with a STOP condition
@@ -232,7 +234,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
232
234
233
235
- Support for stm32f407 and stm32f429.
234
236
235
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.2...HEAD
237
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.3...HEAD
238
+ [ v0.8.3 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.2...v0.8.3
236
239
[ v0.8.2 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...v0.8.2
237
240
[ v0.8.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1
238
241
[ v0.8.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.7.0...v0.8.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.2 "
22
+ version = " 0.8.3 "
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