File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.22.1] - 2024-11-03
11+
1012 - Fix pac ` defmt ` feature
1113 - Fix timer interrupt status clear
1214
@@ -1085,7 +1087,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10851087
10861088- Support for stm32f407 and stm32f429.
10871089
1088- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.22.0...HEAD
1090+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.22.1...HEAD
1091+ [ v0.22.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.22.0...v0.22.1
10891092[ v0.22.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...v0.22.0
10901093[ v0.21.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...v0.21.0
10911094[ v0.20.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.19.0...v0.20.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "0BSD"
1111name = " stm32f4xx-hal"
1212readme = " README.md"
1313repository = " https://github.com/stm32-rs/stm32f4xx-hal"
14- version = " 0.22.0 "
14+ version = " 0.22.1 "
1515
1616[package .metadata .docs .rs ]
1717features = [
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ cortex-m-rt = "0.7"
9797panic-halt = " 0.2"
9898
9999[dependencies .stm32f4xx-hal ]
100- version = " 0.22.0 "
100+ version = " 0.22.1 "
101101features = [" stm32f407" ] # replace the model of your microcontroller here
102102 # and add other required features
103103```
You can’t perform that action at this time.
0 commit comments