From e679ab190f1097fb0611061bbc4464ee7e5b8713 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sun, 30 Aug 2020 14:12:34 +0200 Subject: [PATCH] Bump version to 0.17.1 and release it Signed-off-by: Daniel Egger --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9433435..f34b9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.17.1] - 2020-08-30 + +### Changed + - Simplify USB PA11/12 remapping for STM32F042x via `usb_bus.usb_remap()` function. + +### Added + - Complete the `TscPin` trait implementation for all touch pins in the f0 family ## [v0.17.0] - 2020-06-27 @@ -207,7 +214,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Updated stm32f0 dependency to v0.5.0. - Interrupt handler to new #[interrupt] attribute -[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.1...HEAD +[v0.17.1]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.17.0...v0.17.1 [v0.17.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0 [v0.16.0]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0 [v0.15.2]: https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.1...v0.15.2 diff --git a/Cargo.toml b/Cargo.toml index e9151b5..e863b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ license = "0BSD" name = "stm32f0xx-hal" readme = "README.md" repository = "https://github.com/stm32-rs/stm32f0xx-hal" -version = "0.17.0" +version = "0.17.1" [package.metadata.docs.rs] features = ["stm32f042", "rt", "stm32-usbd"]