Skip to content

Commit ee4c133

Browse files
bors[bot]burrbull
andauthored
Merge #583
583: release 0.15 r=therealprof a=burrbull cc `@therealprof` Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 4a54d09 + 66b28f2 commit ee4c133

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.15.0] - 2023-03-13
11+
1012
### Changed
1113

1214
- Bump `nb` to 1.1
13-
- Bump `synopsys-usb-otg` to 0.3.2 (bug fix)
15+
- Bump `synopsys-usb-otg` to 0.3.2 (bug fix) [#575]
1416
- Update readme, clippy fixes
1517
- Added possibility to pass complementary pins to `Pwm` and change pwm channel polarity [#571],
1618
set dead time and idle state for advanced timers [#578] [#581]
@@ -19,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1921

2022
- Docs in `rtic-adc-dma` example [#532]
2123
- `OutPortX` (X = 2..8) and `OutPortArray` structures which can handle several pins at once [#426]
22-
- `restore` for `ErasedPin` and `PartiallyErasedPin`
24+
- `restore` for `ErasedPin` and `PartiallyErasedPin` [#563]
2325
- Added a public method to set SSI bit in SPI. [#543]
2426

2527
### Fixed
@@ -31,8 +33,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3133
[#426]: https://github.com/stm32-rs/stm32f4xx-hal/pull/426
3234
[#532]: https://github.com/stm32-rs/stm32f4xx-hal/pull/532
3335
[#543]: https://github.com/stm32-rs/stm32f4xx-hal/pull/543
36+
[#563]: https://github.com/stm32-rs/stm32f4xx-hal/pull/563
3437
[#571]: https://github.com/stm32-rs/stm32f4xx-hal/pull/571
3538
[#572]: https://github.com/stm32-rs/stm32f4xx-hal/pull/572
39+
[#575]: https://github.com/stm32-rs/stm32f4xx-hal/pull/575
3640
[#577]: https://github.com/stm32-rs/stm32f4xx-hal/pull/577
3741
[#578]: https://github.com/stm32-rs/stm32f4xx-hal/pull/578
3842
[#581]: https://github.com/stm32-rs/stm32f4xx-hal/pull/581
@@ -787,7 +791,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
787791

788792
- Support for stm32f407 and stm32f429.
789793

790-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...HEAD
794+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.15.0...HEAD
795+
[v0.15.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...v0.15.0
791796
[v0.14.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.2...v0.14.0
792797
[v0.13.2]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.1...v0.13.2
793798
[v0.13.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.0...v0.13.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "0BSD"
2020
name = "stm32f4xx-hal"
2121
readme = "README.md"
2222
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
23-
version = "0.14.0"
23+
version = "0.15.0"
2424

2525
[package.metadata.docs.rs]
2626
features = ["stm32f429", "usb_fs", "can", "i2s", "fsmc_lcd", "rtic", "defmt"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cortex-m-rt = "0.7"
9494
panic-halt = "0.2"
9595

9696
[dependencies.stm32f4xx-hal]
97-
version = "0.14.0"
97+
version = "0.15.0"
9898
features = ["stm32f407"] # replace the model of your microcontroller here
9999
# and add other required features
100100
```

0 commit comments

Comments
 (0)