File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.3.0] - 2019-11-25
11+
12+ ### Added
13+
14+ - Added serial::Read/Write implementation.
15+
1016### Fixed
1117
1218- Do write and read in one transaction in WriteRead implementation.
19+ - Removed #[ deny(warnings)]
1320
1421### Changed
1522
16- - updated to i2cdev 0.4.3 (necessary for trasactional write-read).
23+ - Use embedded-hal::digital::v2 traits.
24+ - Updated to i2cdev 0.4.3 (necessary for trasactional write-read).
25+ - Updated to spidev 0.4
1726
1827## [ v0.2.2] - 2018-12-21
1928
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ 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.2 "
9+ version = " 0.3.0 "
1010
1111[dependencies ]
12- embedded-hal = { version = " 0.2.0 " , features = [" unproven" ] }
12+ embedded-hal = { version = " 0.2.3 " , features = [" unproven" ] }
1313i2cdev = " 0.4.3"
1414spidev = " 0.4"
1515sysfs_gpio = " 0.5"
You can’t perform that action at this time.
0 commit comments