File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99documentation = " https://docs.rs/stm32f1xx-hal"
1010readme = " README.md"
1111edition = " 2018"
12- version = " 0.7 .0"
12+ version = " 0.8 .0"
1313
1414[package .metadata .docs .rs ]
1515features = [" stm32f103" , " rt" ]
You can’t perform that action at this time.
0 commit comments