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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.22.1] - 2024-11-03
11
+
10
12
- Fix pac ` defmt ` feature
11
13
- Fix timer interrupt status clear
12
14
@@ -1085,7 +1087,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1085
1087
1086
1088
- Support for stm32f407 and stm32f429.
1087
1089
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
1089
1092
[ v0.22.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...v0.22.0
1090
1093
[ v0.21.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...v0.21.0
1091
1094
[ 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"
11
11
name = " stm32f4xx-hal"
12
12
readme = " README.md"
13
13
repository = " https://github.com/stm32-rs/stm32f4xx-hal"
14
- version = " 0.22.0 "
14
+ version = " 0.22.1 "
15
15
16
16
[package .metadata .docs .rs ]
17
17
features = [
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ cortex-m-rt = "0.7"
97
97
panic-halt = " 0.2"
98
98
99
99
[dependencies .stm32f4xx-hal ]
100
- version = " 0.22.0 "
100
+ version = " 0.22.1 "
101
101
features = [" stm32f407" ] # replace the model of your microcontroller here
102
102
# and add other required features
103
103
```
You can’t perform that action at this time.
0 commit comments