Skip to content

Commit 901ef83

Browse files
committed
chore: Release stm32f7xx-hal version 0.8.0
1 parent 1ef708d commit 901ef83

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- next-header -->
99
## [Unreleased] - ReleaseDate
1010

11+
## [0.8.0] - 2024-08-02
12+
1113
### Changed
1214

1315
- Updated `stm32f7` dependency 0.14.0 -> 0.15
@@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8789

8890

8991
<!-- next-url -->
90-
[Unreleased]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.7.0...HEAD
92+
[Unreleased]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.8.0...HEAD
93+
[0.8.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.7.0...v0.8.0
9194
[v0.7.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.6.0...v0.7.0
9295
[v0.6.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.5.0...v0.6.0
9396
[v0.5.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.4.0...v0.5.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "stm32f7xx-hal"
1212
readme = "README.md"
1313
repository = "https://github.com/stm32-rs/stm32f7xx-hal"
14-
version = "0.7.0"
14+
version = "0.8.0"
1515

1616
[package.metadata.docs.rs]
1717
features = ["stm32f746", "rt"]

0 commit comments

Comments
 (0)