File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.1.1] - 2018-02-13
11+
12+ ### Added
13+
14+ - implementation of ` embedded_hal::blocking::Delay* ` traits in the form of the ` Delay ` zero sized
15+ type.
16+
17+ - implementation of the ` embedded_hal::blocking::i2c ` traits in the form of the ` I2cdev ` newtype.
18+
1019## v0.1.0 - 2018-01-17
1120
1221Initial release
1322
14- [ Unreleased ] : https://github.com/japaric/linux-embedded-hal/compare/v0.1.0...HEAD
23+ [ Unreleased ] : https://github.com/japaric/linux-embedded-hal/compare/v0.1.1...HEAD
24+ [ v0.1.1 ] : https://github.com/japaric/linux-embedded-hal/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords = ["Linux", "hal"]
66license = " MIT OR Apache-2.0"
77name = " linux-embedded-hal"
88repository = " https://github.com/japaric/linux-embedded-hal"
9- version = " 0.1.0 "
9+ version = " 0.1.1 "
1010
1111[dependencies ]
1212embedded-hal = " 0.1.0"
You can’t perform that action at this time.
0 commit comments