Skip to content

Commit

Permalink
Merge #583
Browse files Browse the repository at this point in the history
583: release 0.15 r=therealprof a=burrbull

cc `@therealprof` 

Co-authored-by: Andrey Zgarbul <[email protected]>
  • Loading branch information
bors[bot] and burrbull authored Mar 13, 2023
2 parents 4a54d09 + 66b28f2 commit ee4c133
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.15.0] - 2023-03-13

### Changed

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

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

### Fixed
Expand All @@ -31,8 +33,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#426]: https://github.com/stm32-rs/stm32f4xx-hal/pull/426
[#532]: https://github.com/stm32-rs/stm32f4xx-hal/pull/532
[#543]: https://github.com/stm32-rs/stm32f4xx-hal/pull/543
[#563]: https://github.com/stm32-rs/stm32f4xx-hal/pull/563
[#571]: https://github.com/stm32-rs/stm32f4xx-hal/pull/571
[#572]: https://github.com/stm32-rs/stm32f4xx-hal/pull/572
[#575]: https://github.com/stm32-rs/stm32f4xx-hal/pull/575
[#577]: https://github.com/stm32-rs/stm32f4xx-hal/pull/577
[#578]: https://github.com/stm32-rs/stm32f4xx-hal/pull/578
[#581]: https://github.com/stm32-rs/stm32f4xx-hal/pull/581
Expand Down Expand Up @@ -787,7 +791,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Support for stm32f407 and stm32f429.

[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.15.0...HEAD
[v0.15.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.2...v0.14.0
[v0.13.2]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.1...v0.13.2
[v0.13.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.0...v0.13.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "0BSD"
name = "stm32f4xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
version = "0.14.0"
version = "0.15.0"

[package.metadata.docs.rs]
features = ["stm32f429", "usb_fs", "can", "i2s", "fsmc_lcd", "rtic", "defmt"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cortex-m-rt = "0.7"
panic-halt = "0.2"

[dependencies.stm32f4xx-hal]
version = "0.14.0"
version = "0.15.0"
features = ["stm32f407"] # replace the model of your microcontroller here
# and add other required features
```
Expand Down

0 comments on commit ee4c133

Please sign in to comment.