File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
10+ ## [ v0.6.1] - 2020-06-25
11+
1012### Added
1113
1214- Add runtime-reconfigurable GPIO pins
@@ -207,7 +209,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
207209
208210- First tagged version
209211
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
211214[ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...v0.6.0
212215[ v0.5.3 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...v0.5.3
213216[ 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"
99documentation = " https://docs.rs/stm32f1xx-hal"
1010readme = " README.md"
1111edition = " 2018"
12- version = " 0.6.0 "
12+ version = " 0.6.1 "
1313
1414[package .metadata .docs .rs ]
1515features = [" stm32f103" , " rt" , " stm32-usbd" ]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ cortex-m-rt = "0.6.11"
5353panic-halt = " 0.2.0"
5454
5555[dependencies .stm32f1xx-hal ]
56- version = " 0.6.0 "
56+ version = " 0.6.1 "
5757features = [" rt" , " stm32f103" , " medium" ]
5858```
5959
@@ -186,7 +186,7 @@ be specified as part of the `Cargo.toml` definition.
186186
187187``` toml
188188[dependencies .stm32f1xx-hal ]
189- version = " 0.6.0 "
189+ version = " 0.6.1 "
190190features = [" stm32f100" , " rt" ]
191191```
192192
Original file line number Diff line number Diff line change 8080//! panic-halt = "0.2.0"
8181//! ```
8282//!
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
8585
8686#![ no_std]
8787#![ deny( intra_doc_link_resolution_failure) ]
You can’t perform that action at this time.
0 commit comments