Skip to content

Commit e488d5d

Browse files
committed
v0.1.1
1 parent 9dda466 commit e488d5d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff 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

1221
Initial 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["Linux", "hal"]
66
license = "MIT OR Apache-2.0"
77
name = "linux-embedded-hal"
88
repository = "https://github.com/japaric/linux-embedded-hal"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010

1111
[dependencies]
1212
embedded-hal = "0.1.0"

0 commit comments

Comments
 (0)