File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license = "0BSD"
2323name = " stm32f0xx-hal"
2424readme = " README.md"
2525repository = " https://github.com/stm32-rs/stm32f0xx-hal"
26- version = " 0.17.0 "
26+ version = " 0.17.1 "
2727
2828[package .metadata .docs .rs ]
2929features = [" stm32f042" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments