Skip to content

Commit c62c997

Browse files
bors[bot]burrbull
andauthored
Merge #380
380: v0.8.0 r=therealprof a=burrbull Thanks for contributing to the project! Please write a short description of your changes. We also maintain a changelog in CHANGELOG.md. If you add a feature or fix a bug, please add an entry there :) Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents 85eb0fd + f608214 commit c62c997

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.8.0] - 2021-12-29
11+
1012
### Breaking changes
1113

12-
- Bump `stm32f1` to `0.14.0`, `cortex-m-rtic` to `0.6.0-rc2` and others
14+
- Bump `stm32f1` to `0.14.0`, `cortex-m-rtic` to `1.0.0`, `bxcan` to `0.6` and others
1315
- Bump `stm32-usbd` dependency (`0.6.0`)
1416
- Use bit-banding for Peripheral enable/reset.
1517
Don't require APBs in initializers.
@@ -60,7 +62,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6062
- Use maximum frequency of 36 MHz on PCLK1
6163
- Round up when calculating the PCLK1 prescaler
6264

63-
## [v0.7.0]- 2020-10-17
65+
## [v0.7.0] - 2020-10-17
6466

6567
### Breaking changes
6668

@@ -286,7 +288,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
286288

287289
- First tagged version
288290

289-
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.7.0...HEAD
291+
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.8.0...HEAD
292+
[v0.8.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.7.0...v0.8.0
290293
[v0.7.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.1...v0.7.0
291294
[v0.6.1]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.0...v0.6.1
292295
[v0.6.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...v0.6.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99
documentation = "https://docs.rs/stm32f1xx-hal"
1010
readme = "README.md"
1111
edition = "2018"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "rt"]

0 commit comments

Comments
 (0)