File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.2] - 2019-12-15
11
+
12
+ - Fix USB module docs
13
+
10
14
## [ v0.5.1] - 2019-12-14
11
15
12
16
### Added
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
154
158
155
159
- First tagged version
156
160
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
158
163
[ v0.5.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1
159
164
[ v0.5.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
160
165
[ v0.4.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
69
69
70
70
``` toml
71
71
[dependencies .stm32f1xx-hal ]
72
- version = " 0.5.1 "
72
+ version = " 0.5.2 "
73
73
features = [" stm32f100" , " rt" ]
74
74
```
75
75
You can’t perform that action at this time.
0 commit comments