Skip to content

Commit bd45a37

Browse files
committed
Release new patch on crates.io with minimised i2c dependencies
1 parent 182235b commit bd45a37

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.2] - 2018-12-21
11+
12+
### Changed
13+
14+
- updated to i2cdev 0.4.1 (removes superflous dependencies)
15+
1016
## [v0.2.1] - 2018-10-25
1117

1218
### Added
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3339
Initial release
3440

3541
[Unreleased]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...HEAD
42+
[v0.2.2]: https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...v0.2.2
3643
[v0.2.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
3744
[v0.2.0]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
3845
[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.1"
9+
version = "0.2.2"
1010

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

0 commit comments

Comments
 (0)