Skip to content

Commit 8abd2c9

Browse files
committed
Bump version to 0.6.0
1 parent 5b94368 commit 8abd2c9

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.6.0] - 2020-06-06
11+
1012
### Breaking changes
1113

1214
- Bump `stm32f1` dependency (`0.11.0`)
@@ -188,7 +190,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
188190

189191
- First tagged version
190192

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
192195
[v0.5.3]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...v0.5.3
193196
[v0.5.2]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...v0.5.2
194197
[v0.5.1]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99
documentation = "https://docs.rs/stm32f1xx-hal"
1010
readme = "README.md"
1111
edition = "2018"
12-
version = "0.5.3"
12+
version = "0.6.0"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "rt", "stm32-usbd"]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cortex-m-rt = "0.6.11"
5353
panic-halt = "0.2.0"
5454

5555
[dependencies.stm32f1xx-hal]
56-
version = "0.5.3"
56+
version = "0.6.0"
5757
features = ["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.5.3"
189+
version = "0.6.0"
190190
features = ["stm32f100", "rt"]
191191
```
192192

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
//! panic-halt = "0.2.0"
6464
//! ```
6565
//!
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
6868
6969
#![no_std]
7070
#![deny(intra_doc_link_resolution_failure)]

0 commit comments

Comments
 (0)