File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.10.1] - 2018-12-25
11+
1012### Added
1113
1214- Added Sync & Send ability to Pin
@@ -56,6 +58,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5658- Updated stm32f0 dependency to v0.5.0.
5759- Interrupt handler to new #[ interrupt] attribute
5860
59- [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...HEAD
61+ [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.1...HEAD
62+ [ v0.10.1 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.10.0...v0.10.1
6063[ v0.10.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...v0.10.0
6164[ v0.9.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.8.0...v0.9.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ license = "0BSD"
1919name = " stm32f0xx-hal"
2020readme = " README.md"
2121repository = " https://github.com/stm32-rs/stm32f0xx-hal"
22- version = " 0.10.0 "
22+ version = " 0.10.1 "
2323
2424[package .metadata .docs .rs ]
2525features = [" stm32f042" , " rt" ]
You can’t perform that action at this time.
0 commit comments