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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.2] - 2018-12-21
11
+
12
+ ### Changed
13
+
14
+ - updated to i2cdev 0.4.1 (removes superflous dependencies)
15
+
10
16
## [ v0.2.1] - 2018-10-25
11
17
12
18
### Added
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
39
Initial release
34
40
35
41
[ 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
36
43
[ v0.2.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
37
44
[ v0.2.0 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
38
45
[ 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.2.1 "
9
+ version = " 0.2.2 "
10
10
11
11
[dependencies ]
12
12
embedded-hal = { version = " 0.2.0" , features = [" unproven" ] }
You can’t perform that action at this time.
0 commit comments