Skip to content

Commit

Permalink
Merge pull request #78 from Sh3Rm4n/v0.4.2
Browse files Browse the repository at this point in the history
 Release v0.4.2
  • Loading branch information
Sh3Rm4n committed Mar 21, 2020
2 parents 47cb686 + fa0b550 commit c0d1071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.4.2] - 2020-03-21

### Fixed

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

- Support `stm32f303` device

[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "stm32f3xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32f3xx-hal"
documentation = "https://docs.rs/stm32f3xx-hal"
version = "0.4.1"
version = "0.4.2"

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

0 comments on commit c0d1071

Please sign in to comment.