@@ -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
0 commit comments