File tree 2 files changed +10
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.17.1] - 2020-08-30
11
+
12
+ ### Changed
13
+
10
14
- Simplify USB PA11/12 remapping for STM32F042x via ` usb_bus.usb_remap() ` function.
15
+
16
+ ### Added
17
+
11
18
- Complete the ` TscPin ` trait implementation for all touch pins in the f0 family
12
19
13
20
## [ v0.17.0] - 2020-06-27
@@ -207,7 +214,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
207
214
- Updated stm32f0 dependency to v0.5.0.
208
215
- Interrupt handler to new #[ interrupt] attribute
209
216
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
211
219
[ v0.17.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.16.0...v0.17.0
212
220
[ v0.16.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.15.2...v0.16.0
213
221
[ 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"
23
23
name = " stm32f0xx-hal"
24
24
readme = " README.md"
25
25
repository = " https://github.com/stm32-rs/stm32f0xx-hal"
26
- version = " 0.17.0 "
26
+ version = " 0.17.1 "
27
27
28
28
[package .metadata .docs .rs ]
29
29
features = [" stm32f042" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments