Skip to content

Commit adea262

Browse files
bors[bot]chris ricketts
and
chris ricketts
authored
Merge #31
31: Closes #28: Version 0.3.0 r=posborne a=chris-ricketts Closes #28: - Documents changes to errors in CHANGELOG.md - Bumps crate version Co-authored-by: chris ricketts <[email protected]>
2 parents 16fedc8 + 159d79e commit adea262

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## v0.3.0 - 2020-02-10
12+
13+
Refactored Errors:
14+
- Removed the `error-chain` dependency.
15+
- Errors are now implemented "manually" with `ErrorKind` and `IoctlKind` enums.
16+
- The encompassing `Error` type implements the `std::error::Error` trait.
17+
1118
## v0.2.0 - 2018-12-12
1219

1320
Adds the ability to create a collection of lines from a single chip and read or write those lines simultaneously with a single stystem call.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpio-cdev"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Paul Osborne <[email protected]>", "Frank Pagliughi <[email protected]>"]
55
description = "Linux GPIO Character Device Support (/dev/gpiochipN)"
66
homepage = "https://github.com/posborne/rust-gpio-cdev"

0 commit comments

Comments
 (0)