File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
<!-- next-header -->
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ## [ 0.8.0] - 2024-08-02
12
+
11
13
### Changed
12
14
13
15
- Updated ` stm32f7 ` dependency 0.14.0 -> 0.15
@@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
87
89
88
90
89
91
<!-- 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
91
94
[ v0.7.0 ] : https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.6.0...v0.7.0
92
95
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.5.0...v0.6.0
93
96
[ v0.5.0 ] : https://github.com/stm32-rs/stm32f7xx-hal/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
11
name = " stm32f7xx-hal"
12
12
readme = " README.md"
13
13
repository = " https://github.com/stm32-rs/stm32f7xx-hal"
14
- version = " 0.7 .0"
14
+ version = " 0.8 .0"
15
15
16
16
[package .metadata .docs .rs ]
17
17
features = [" stm32f746" , " rt" ]
You can’t perform that action at this time.
0 commit comments