Skip to content

Commit 7c821bb

Browse files
authored
Merge pull request #92 from Sh3Rm4n/v0.4.3
Release v0.4.3
2 parents 2057512 + 39cafd0 commit 7c821bb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.4.3] - 2020-04-11
11+
12+
### Added
13+
14+
- Independent Watchdog ([#58](https://github.com/stm32-rs/stm32f3xx-hal/pull/58))
15+
1016
### Fixed
1117

12-
- Wrong default modes for debug GPIO pins
18+
- Wrong default modes for debug GPIO pins ([#82](https://github.com/stm32-rs/stm32f3xx-hal/pull/82))
1319
- Wrong calculation of HCLK prescaler, if using a prescaler value equal or
1420
higher than 64 ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
1521
- UART reception error flags not cleared ([#91](https://github.com/stm32-rs/stm32f3xx-hal/pull/91))
@@ -141,7 +147,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
141147

142148
- Support `stm32f303` device
143149

144-
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...HEAD
150+
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...HEAD
151+
[v0.4.3]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
145152
[v0.4.2]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
146153
[v0.4.1]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
147154
[v0.4.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "stm32f3xx-hal"
99
readme = "README.md"
1010
repository = "https://github.com/stm32-rs/stm32f3xx-hal"
1111
documentation = "https://docs.rs/stm32f3xx-hal"
12-
version = "0.4.2"
12+
version = "0.4.3"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f303xc", "rt", "stm32-usbd"]

0 commit comments

Comments
 (0)