Skip to content

Commit b0a89ca

Browse files
authored
Merge pull request #713 from stm32-rs/r019
release 0.19
2 parents c2c53a7 + 07ea7ec commit b0a89ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.19.0] - 2023-12-11
11+
1012
### Added
1113

1214
- Added an example to show how to do DMA with UART (Rx only) [#698]
@@ -970,7 +972,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
970972

971973
- Support for stm32f407 and stm32f429.
972974

973-
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.18.0...HEAD
975+
[Unreleased]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.19.0...HEAD
976+
[v0.19.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.18.0...v0.19.0
974977
[v0.18.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.1...v0.18.0
975978
[v0.17.1]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.0...v0.17.1
976979
[v0.17.0]: https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.2...v0.17.0

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.18.0"
23+
version = "0.19.0"
2424

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

0 commit comments

Comments
 (0)