Skip to content

Commit af99a1f

Browse files
committed
fix changelong entry for release v0.16.0
the version number was wrong (which also led to tools like dependabot not listing any changelog) and some links were missing.
1 parent a758410 commit af99a1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.15.0] - 2023-05-07
11-
10+
## [v0.16.0] - 2023-05-07
1211

1312
### Changed
1413

@@ -39,6 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3938
- Fix mstr bit for SPI Master/Slave [#625]
4039

4140
[#585]: https://github.com/stm32-rs/stm32f4xx-hal/pull/585
41+
[#587]: https://github.com/stm32-rs/stm32f4xx-hal/pull/587
42+
[#588]: https://github.com/stm32-rs/stm32f4xx-hal/pull/588
4243
[#593]: https://github.com/stm32-rs/stm32f4xx-hal/pull/593
4344
[#594]: https://github.com/stm32-rs/stm32f4xx-hal/pull/594
4445
[#595]: https://github.com/stm32-rs/stm32f4xx-hal/pull/595
@@ -55,6 +56,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5556
[#617]: https://github.com/stm32-rs/stm32f4xx-hal/pull/617
5657
[#618]: https://github.com/stm32-rs/stm32f4xx-hal/pull/618
5758
[#623]: https://github.com/stm32-rs/stm32f4xx-hal/pull/623
59+
[#625]: https://github.com/stm32-rs/stm32f4xx-hal/pull/625
5860
[#626]: https://github.com/stm32-rs/stm32f4xx-hal/pull/626
5961

6062
## [v0.15.0] - 2023-03-13

0 commit comments

Comments
 (0)