@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.21.0] - 2024-05-30
11+
1012### Changed
1113
1214 - add trait bound ` RegisterBlockImpl ` to type ` RegisterBlock ` associated with ` serial::Instance ` [ #732 ]
@@ -24,14 +26,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2426 - Prevent starting a new I2C transmission before previous stop finishes [ #737 ]
2527 - Fix complementary output polarity for PWM [ #754 ]
2628
27- [ #684 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/684
28- [ #732 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/732
29- [ #734 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/734
30- [ #736 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/736
31- [ #737 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/737
32- [ #738 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/738
33- [ #746 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/746
34- [ #756 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/756
29+ [ #684 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/684
30+ [ #732 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/732
31+ [ #734 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/734
32+ [ #736 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/736
33+ [ #737 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/737
34+ [ #738 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/738
35+ [ #746 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/746
36+ [ #754 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/754
37+ [ #756 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/756
3538
3639## [ v0.20.0] - 2024-01-14
3740
@@ -1024,7 +1027,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10241027
10251028- Support for stm32f407 and stm32f429.
10261029
1027- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...HEAD
1030+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...HEAD
1031+ [ v0.21.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...v0.21.0
10281032[ v0.20.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.19.0...v0.20.0
10291033[ v0.19.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.18.0...v0.19.0
10301034[ v0.18.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.1...v0.18.0
0 commit comments