Skip to content

Commit f29596c

Browse files
bors[bot]burrbull
andauthored
Merge #407
407: v0.11.0 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 1d73f62 + 8e56880 commit f29596c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.11.0] - 2021-12-29
11+
1012
### Added
1113

1214
- Added `Counter` with `CountDown<Time=fugit::TimerDuration>` and `atat::Clock` implementations [#381]
@@ -20,12 +22,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2022
- Add `internal_pull_down` to `Pin<Output<OpenDrain>>` and `Pin<Alternate<PushPull>>` for symmetry
2123
with `internal_pull_up` [#399]
2224

23-
[#390]: https://github.com/stm32-rs/stm32f4xx-hal/pull/390
2425
[#373]: https://github.com/stm32-rs/stm32f4xx-hal/pull/373
25-
[#382]: https://github.com/stm32-rs/stm32f4xx-hal/pull/382
26-
[#380]: https://github.com/stm32-rs/stm32f4xx-hal/pull/380
2726
[#374]: https://github.com/stm32-rs/stm32f4xx-hal/pull/374
27+
[#380]: https://github.com/stm32-rs/stm32f4xx-hal/pull/380
2828
[#381]: https://github.com/stm32-rs/stm32f4xx-hal/pull/381
29+
[#382]: https://github.com/stm32-rs/stm32f4xx-hal/pull/382
30+
[#390]: https://github.com/stm32-rs/stm32f4xx-hal/pull/390
2931

3032
### Changed
3133

@@ -46,7 +48,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4648
- [breaking-change] Change `Pin<Output<OpenDrain>>::internal_pull_up` signature from `(&mut self, _: bool) -> ()`
4749
to `(self, _: bool) -> Self`. [#399]
4850

49-
[#367]: https://github.com/stm32-rs/stm32f4xx-hal/pull/397
5051
[#367]: https://github.com/stm32-rs/stm32f4xx-hal/pull/367
5152
[#371]: https://github.com/stm32-rs/stm32f4xx-hal/pull/371
5253
[#383]: https://github.com/stm32-rs/stm32f4xx-hal/pull/383
@@ -55,6 +56,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5556
[#387]: https://github.com/stm32-rs/stm32f4xx-hal/pull/387
5657
[#393]: https://github.com/stm32-rs/stm32f4xx-hal/pull/393
5758
[#395]: https://github.com/stm32-rs/stm32f4xx-hal/pull/395
59+
[#397]: https://github.com/stm32-rs/stm32f4xx-hal/pull/397
5860
[#401]: https://github.com/stm32-rs/stm32f4xx-hal/pull/401
5961
[#403]: https://github.com/stm32-rs/stm32f4xx-hal/pull/403
6062
[#404]: https://github.com/stm32-rs/stm32f4xx-hal/pull/404
@@ -112,7 +114,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112114
- Added DMA support for SPI [#319]
113115

114116
[#265]: https://github.com/stm32-rs/stm32f4xx-hal/pull/265
115-
[#265]: https://github.com/stm32-rs/stm32f4xx-hal/pull/266
117+
[#266]: https://github.com/stm32-rs/stm32f4xx-hal/pull/266
116118
[#271]: https://github.com/stm32-rs/stm32f4xx-hal/pull/271
117119
[#295]: https://github.com/stm32-rs/stm32f4xx-hal/pull/295
118120
[#297]: https://github.com/stm32-rs/stm32f4xx-hal/pull/297
@@ -513,7 +515,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
513515

514516
- Support for stm32f407 and stm32f429.
515517

516-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.1...HEAD
518+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.0...HEAD
519+
[v0.11.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.1...v0.11.0
517520
[v0.10.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.0...v0.10.1
518521
[v0.10.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.9.0...v0.10.0
519522
[v0.9.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.8.3...v0.9.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "0BSD"
1919
name = "stm32f4xx-hal"
2020
readme = "README.md"
2121
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
22-
version = "0.10.1"
22+
version = "0.11.0"
2323

2424
[package.metadata.docs.rs]
2525
features = ["stm32f429", "rt", "usb_fs", "can", "i2s", "fsmc_lcd"]

0 commit comments

Comments
 (0)