Skip to content

Commit b2f17cc

Browse files
committed
Bump version to v0.6.1
1 parent 31b1b63 commit b2f17cc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.6.1] - 2020-12-10
11+
12+
### Changed
13+
14+
- Removed `doc-comment` dependency ([#184](https://github.com/stm32-rs/stm32f3xx-hal/pull/184))
15+
1016
## [v0.6.0] - 2020-12-10
1117

1218
### Added
@@ -256,7 +262,8 @@ let clocks = rcc
256262

257263
- Support `stm32f303` device
258264

259-
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.0...HEAD
265+
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.1...HEAD
266+
[v0.6.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.0...v0.6.1
260267
[v0.6.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.5.0...v0.6.0
261268
[v0.5.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...v0.5.0
262269
[v0.4.3]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "stm32f3xx-hal"
1313
readme = "README.md"
1414
repository = "https://github.com/stm32-rs/stm32f3xx-hal"
1515
documentation = "https://docs.rs/stm32f3xx-hal"
16-
version = "0.6.0"
16+
version = "0.6.1"
1717
exclude = [
1818
"codegen",
1919
".markdownlint.yml"

0 commit comments

Comments
 (0)