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.1] - 2020-06-25
11
+
10
12
### Added
11
13
12
14
- Add runtime-reconfigurable GPIO pins
@@ -207,7 +209,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
207
209
208
210
- First tagged version
209
211
210
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.0...HEAD
212
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.1...HEAD
213
+ [ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.0...v0.6.1
211
214
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...v0.6.0
212
215
[ v0.5.3 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...v0.5.3
213
216
[ v0.5.2 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...v0.5.2
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.6.0 "
12
+ version = " 0.6.1 "
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.6.0 "
56
+ version = " 0.6.1 "
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.6.0 "
189
+ version = " 0.6.1 "
190
190
features = [" stm32f100" , " rt" ]
191
191
```
192
192
Original file line number Diff line number Diff line change 80
80
//! panic-halt = "0.2.0"
81
81
//! ```
82
82
//!
83
- //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.0 /examples
84
- //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.0
83
+ //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1 /examples
84
+ //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1
85
85
86
86
#![ no_std]
87
87
#![ deny( intra_doc_link_resolution_failure) ]
You can’t perform that action at this time.
0 commit comments