File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.0] - 2020-06-06
11
+
10
12
### Breaking changes
11
13
12
14
- Bump ` stm32f1 ` dependency (` 0.11.0 ` )
@@ -188,7 +190,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
188
190
189
191
- First tagged version
190
192
191
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...HEAD
193
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.0...HEAD
194
+ [ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...v0.6.0
192
195
[ v0.5.3 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...v0.5.3
193
196
[ v0.5.2 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...v0.5.2
194
197
[ v0.5.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1
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.3 "
12
+ version = " 0.6.0 "
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 @@ -53,7 +53,7 @@ cortex-m-rt = "0.6.11"
53
53
panic-halt = " 0.2.0"
54
54
55
55
[dependencies .stm32f1xx-hal ]
56
- version = " 0.5.3 "
56
+ version = " 0.6.0 "
57
57
features = [" rt" , " stm32f103" , " medium" ]
58
58
```
59
59
@@ -186,7 +186,7 @@ be specified as part of the `Cargo.toml` definition.
186
186
187
187
``` toml
188
188
[dependencies .stm32f1xx-hal ]
189
- version = " 0.5.3 "
189
+ version = " 0.6.0 "
190
190
features = [" stm32f100" , " rt" ]
191
191
```
192
192
Original file line number Diff line number Diff line change 63
63
//! panic-halt = "0.2.0"
64
64
//! ```
65
65
//!
66
- //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.3 /examples
67
- //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.5.3
66
+ //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.0 /examples
67
+ //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.0
68
68
69
69
#![ no_std]
70
70
#![ deny( intra_doc_link_resolution_failure) ]
You can’t perform that action at this time.
0 commit comments