File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.3] - 2020-01-20
11
+
10
12
- Add ` InputPin ` impl for generic open drain outputs
11
13
- Implement ` Read<u8> ` / ` Write<u8> ` for ` Serial ` (#171 )
14
+ - Fix docs.rs build
12
15
13
16
## [ v0.5.2] - 2019-12-15
14
17
@@ -161,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
161
164
162
165
- First tagged version
163
166
164
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...HEAD
167
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...HEAD
168
+ [ v0.5.3 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...v0.5.3
165
169
[ v0.5.2 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...v0.5.2
166
170
[ v0.5.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1
167
171
[ v0.5.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
9
9
documentation = " https://docs.rs/stm32f1xx-hal"
10
10
readme = " README.md"
11
11
edition = " 2018"
12
- version = " 0.5.2 "
12
+ version = " 0.5.3 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f103" , " rt" , " stm32-usbd" ]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ cortex-m-rt = "0.6.11"
52
52
panic-halt = " 0.2.0"
53
53
54
54
[dependencies .stm32f1xx-hal ]
55
- version = " 0.5.2 "
55
+ version = " 0.5.3 "
56
56
features = [" rt" , " stm32f103" , " medium" ]
57
57
```
58
58
@@ -181,7 +181,7 @@ be specified as part of the `Cargo.toml` definition.
181
181
182
182
``` toml
183
183
[dependencies .stm32f1xx-hal ]
184
- version = " 0.5.2 "
184
+ version = " 0.5.3 "
185
185
features = [" stm32f100" , " rt" ]
186
186
```
187
187
Original file line number Diff line number Diff line change 59
59
//! panic-halt = "0.2.0"
60
60
//! ```
61
61
//!
62
- //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.2 /examples
63
- //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.2
62
+ //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.3 /examples
63
+ //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.3
64
64
65
65
#![ no_std]
66
66
You can’t perform that action at this time.
0 commit comments