From 901ef839f12139c3f0a80377dbe22e4f8fce541d Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 2 Aug 2024 14:21:59 +0200 Subject: [PATCH] chore: Release stm32f7xx-hal version 0.8.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0634240..29d5503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.8.0] - 2024-08-02 + ### Changed - Updated `stm32f7` dependency 0.14.0 -> 0.15 @@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). -[Unreleased]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.7.0...v0.8.0 [v0.7.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.6.0...v0.7.0 [v0.6.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.5.0...v0.6.0 [v0.5.0]: https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.4.0...v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index f2d9b72..9807a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "stm32f7xx-hal" readme = "README.md" repository = "https://github.com/stm32-rs/stm32f7xx-hal" -version = "0.7.0" +version = "0.8.0" [package.metadata.docs.rs] features = ["stm32f746", "rt"]