Skip to content

Commit 8ca25fe

Browse files
committed
Release 0.3.0 preparation
1 parent 7cd65d6 commit 8ca25fe

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff 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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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.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"] }
1313
i2cdev = "0.4.3"
1414
spidev = "0.4"
1515
sysfs_gpio = "0.5"

0 commit comments

Comments
 (0)