Skip to content

Commit bd54507

Browse files
committed
Release v0.5.2
I totally meant for v0.5.2 to be its own version and absolutely did not forget to pull upstream before running `cargo publish` :>
1 parent 19d15af commit bd54507

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.5.2] - 2019-12-15
11+
12+
- Fix USB module docs
13+
1014
## [v0.5.1] - 2019-12-14
1115

1216
### Added
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
154158

155159
- First tagged version
156160

157-
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...HEAD
161+
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...HEAD
162+
[v0.5.2]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...v0.5.2
158163
[v0.5.1]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1
159164
[v0.5.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
160165
[v0.4.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
6969

7070
```toml
7171
[dependencies.stm32f1xx-hal]
72-
version = "0.5.1"
72+
version = "0.5.2"
7373
features = ["stm32f100", "rt"]
7474
```
7575

0 commit comments

Comments
 (0)