File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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/).
3339Initial 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
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.2.1 "
9+ version = " 0.2.2 "
1010
1111[dependencies ]
1212embedded-hal = { version = " 0.2.0" , features = [" unproven" ] }
You can’t perform that action at this time.
0 commit comments