Skip to content

Commit f17b7f0

Browse files
authored
Merge pull request #132 from stm32-rs/release-0.7.0
Release 0.7.0
2 parents c2a6194 + ad7a1d9 commit f17b7f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "0BSD"
1919
name = "stm32f4xx-hal"
2020
readme = "README.md"
2121
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
22-
version = "0.6.0"
22+
version = "0.7.0"
2323

2424
[package.metadata.docs.rs]
2525
features = ["stm32f429", "rt", "usb_fs"]

0 commit comments

Comments
 (0)