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/).
77
88## [ Unreleased]
99
10+ ## [ v0.8.3] - 2020-06-12
11+
1012### Fixed
1113
1214- 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/).
232234
233235- Support for stm32f407 and stm32f429.
234236
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
236239[ v0.8.2 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.1...v0.8.2
237240[ v0.8.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.0...v0.8.1
238241[ 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"
1919name = " stm32f4xx-hal"
2020readme = " README.md"
2121repository = " https://github.com/stm32-rs/stm32f4xx-hal"
22- version = " 0.8.2 "
22+ version = " 0.8.3 "
2323
2424[package .metadata .docs .rs ]
2525features = [" stm32f429" , " rt" , " usb_fs" ]
You can’t perform that action at this time.
0 commit comments