File tree 2 files changed +12
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
19
## v0.1.0 - 2018-01-17
11
20
12
21
Initial release
13
22
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"]
6
6
license = " MIT OR Apache-2.0"
7
7
name = " linux-embedded-hal"
8
8
repository = " https://github.com/japaric/linux-embedded-hal"
9
- version = " 0.1.0 "
9
+ version = " 0.1.1 "
10
10
11
11
[dependencies ]
12
12
embedded-hal = " 0.1.0"
You can’t perform that action at this time.
0 commit comments