Skip to content

Commit e679ab1

Browse files
committed
Bump version to 0.17.1 and release it
Signed-off-by: Daniel Egger <[email protected]>
1 parent 48d1b9a commit e679ab1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.17.1] - 2020-08-30
11+
12+
### Changed
13+
1014
- Simplify USB PA11/12 remapping for STM32F042x via `usb_bus.usb_remap()` function.
15+
16+
### Added
17+
1118
- Complete the `TscPin` trait implementation for all touch pins in the f0 family
1219

1320
## [v0.17.0] - 2020-06-27
@@ -207,7 +214,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
207214
- Updated stm32f0 dependency to v0.5.0.
208215
- Interrupt handler to new #[interrupt] attribute
209216

210-
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...HEAD
217+
[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.1...HEAD
218+
[v0.17.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...v0.17.1
211219
[v0.17.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0
212220
[v0.16.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
213221
[v0.15.2]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "0BSD"
2323
name = "stm32f0xx-hal"
2424
readme = "README.md"
2525
repository = "https://github.com/stm32-rs/stm32f0xx-hal"
26-
version = "0.17.0"
26+
version = "0.17.1"
2727

2828
[package.metadata.docs.rs]
2929
features = ["stm32f042", "rt", "stm32-usbd"]

0 commit comments

Comments
 (0)