File tree 2 files changed +12
-3
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.0] - 2019-11-25
11
+
12
+ ### Added
13
+
14
+ - Added serial::Read/Write implementation.
15
+
10
16
### Fixed
11
17
12
18
- Do write and read in one transaction in WriteRead implementation.
19
+ - Removed #[ deny(warnings)]
13
20
14
21
### Changed
15
22
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
17
26
18
27
## [ v0.2.2] - 2018-12-21
19
28
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ 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.2 "
9
+ version = " 0.3.0 "
10
10
11
11
[dependencies ]
12
- embedded-hal = { version = " 0.2.0 " , features = [" unproven" ] }
12
+ embedded-hal = { version = " 0.2.3 " , features = [" unproven" ] }
13
13
i2cdev = " 0.4.3"
14
14
spidev = " 0.4"
15
15
sysfs_gpio = " 0.5"
You can’t perform that action at this time.
0 commit comments