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.7.0] - 2020-03-07
11+
1012### Changed
1113
1214- Added more type states for open drain AF modes so we can prevent (potential fatal) I2C misuse
@@ -199,7 +201,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
199201
200202- Support for stm32f407 and stm32f429.
201203
202- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.6.0...HEAD
204+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.7.0...HEAD
205+ [ v0.7.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.6.0...v0.7.0
203206[ v0.6.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.5.0...v0.6.0
204207[ v0.5.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.4.0...v0.5.0
205208[ v0.4.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.3.0...v0.4.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.6 .0"
22+ version = " 0.7 .0"
2323
2424[package .metadata .docs .rs ]
2525features = [" stm32f429" , " rt" , " usb_fs" ]
You can’t perform that action at this time.
0 commit comments