Skip to content

Commit d02387a

Browse files
committed
release 0.12
1 parent 4c4048c commit d02387a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.12.0] - 2022-02-23
11+
1012
### Changed
1113

1214
- Make `Monotonic` implementation generic for `u32` timers, fix `PwmExt` trait [#454]
@@ -599,7 +601,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
599601

600602
- Support for stm32f407 and stm32f429.
601603

602-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.1...HEAD
604+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.12.0...HEAD
605+
[v0.12.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.1...v0.12.0
603606
[v0.11.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.11.0...v0.11.1
604607
[v0.11.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.1...v0.11.0
605608
[v0.10.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.10.0...v0.10.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.1"
22+
version = "0.12.0"
2323

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

0 commit comments

Comments
 (0)