Skip to content

Commit c0d1071

Browse files
authored
Merge pull request #78 from Sh3Rm4n/v0.4.2
Release v0.4.2
2 parents 47cb686 + fa0b550 commit c0d1071

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.4.2] - 2020-03-21
11+
1012
### Fixed
1113

1214
- Wrong frequency reported by `MonoTimer` ([#56](https://github.com/stm32-rs/stm32f3xx-hal/pull/56))
@@ -132,7 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132134

133135
- Support `stm32f303` device
134136

135-
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...HEAD
137+
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...HEAD
138+
[v0.4.2]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
136139
[v0.4.1]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
137140
[v0.4.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
138141
[v0.3.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.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.1"
12+
version = "0.4.2"
1313

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

0 commit comments

Comments
 (0)