Skip to content

Commit e2a1c22

Browse files
authored
Merge pull request #674 from stm32-rs/release-0171
release 0.17.1
2 parents 7d45380 + e8015ee commit e2a1c22

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.17.1] - 2023-07-24
11+
1012
### Changed
1113

1214
- implement `embedded_hal::blocking::i2c::Transactional` for `I2c` [#671]
1315

14-
[#671]: https://github.com/stm32-rs/stm32f4xx-hal/pull/671
15-
1616
### Fixed
17+
1718
- reset timer interrupt in `Counter::start` [#670]
1819

1920
[#670]: https://github.com/stm32-rs/stm32f4xx-hal/pull/670
21+
[#671]: https://github.com/stm32-rs/stm32f4xx-hal/pull/671
2022

2123
## [v0.17.0] - 2023-07-11
2224

@@ -927,7 +929,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
927929

928930
- Support for stm32f407 and stm32f429.
929931

930-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.0...HEAD
932+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.1...HEAD
933+
[v0.17.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.0...v0.17.1
931934
[v0.17.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.2...v0.17.0
932935
[v0.16.2]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.1...v0.16.2
933936
[v0.16.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.0...v0.16.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "0BSD"
2020
name = "stm32f4xx-hal"
2121
readme = "README.md"
2222
repository = "https://github.com/stm32-rs/stm32f4xx-hal"
23-
version = "0.17.0"
23+
version = "0.17.1"
2424

2525
[package.metadata.docs.rs]
2626
features = ["stm32f429", "usb_fs", "can", "i2s", "fsmc_lcd", "rtic", "defmt"]

README.md

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

9696
[dependencies.stm32f4xx-hal]
97-
version = "0.17.0"
97+
version = "0.17.1"
9898
features = ["stm32f407"] # replace the model of your microcontroller here
9999
# and add other required features
100100
```

0 commit comments

Comments
 (0)