Skip to content

Commit f3e5246

Browse files
authored
Merge pull request #824 from stm32-rs/r0221
release 0.22.1
2 parents c3eb268 + 410bbcf commit f3e5246

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "0BSD"
1111
name = "stm32f4xx-hal"
1212
readme = "README.md"
1313
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
14-
version = "0.22.0"
14+
version = "0.22.1"
1515

1616
[package.metadata.docs.rs]
1717
features = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cortex-m-rt = "0.7"
9797
panic-halt = "0.2"
9898

9999
[dependencies.stm32f4xx-hal]
100-
version = "0.22.0"
100+
version = "0.22.1"
101101
features = ["stm32f407"] # replace the model of your microcontroller here
102102
# and add other required features
103103
```

0 commit comments

Comments
 (0)