Skip to content

Commit 8967f26

Browse files
bors[bot]caemor
andcommitted
Merge #12
12: Release new Patch on crates.io with InputPin Support r=therealprof a=Caemor Since #9 still seems to be WIP a small update for crates.io would be nice, so I could move back to the crates.io version of this package. Co-authored-by: Chris <caemor@users.noreply.github.com> Co-authored-by: Chris <github@caemor.de>
2 parents 9cd6937 + b66191c commit 8967f26

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.1] - 2018-10-25
11+
12+
### Added
13+
14+
- implementation of the unproven `embedded_hal::::digital::InputPin` trait.
15+
1016
## [v0.2.0] - 2018-05-14
1117

1218
### Changed
@@ -26,5 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2632

2733
Initial release
2834

29-
[Unreleased]: https://github.com/japaric/linux-embedded-hal/compare/v0.1.1...HEAD
35+
[Unreleased]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...HEAD
36+
[v0.2.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
37+
[v0.2.0]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
3038
[v0.1.1]: https://github.com/japaric/linux-embedded-hal/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
9+
version = "0.2.1"
1010

1111
[dependencies]
1212
embedded-hal = { version = "0.2.0", features = ["unproven"] }

0 commit comments

Comments
 (0)