@@ -8,9 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
- ## v0.5.0
11
+ ## [ v0.5.0] - 2021-09-21
12
12
13
- - Update Tokio to 1.x. # [ 55] ( (https://github.com/rust-embedded/gpio-cdev/pull/55 ).
13
+ - Update Tokio to 1.x. [ # 55 ] ( https://github.com/rust-embedded/gpio-cdev/pull/55 ) .
14
14
- Fix lsgpio example to output gpio line flags.
15
15
- Add ` is_empty() ` function for ` Lines ` struct.
16
16
- Add common trait implementations for public structures.
@@ -21,13 +21,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
21
21
- Updated ` bitflags ` to version ` 1.3 ` .
22
22
23
23
24
- ## v0.4.0 - 2020-08-01
24
+ ## [ v0.4.0] - 2020-08-01
25
25
26
26
- Removed pub "errors" module. Error now exposed at top level.
27
27
- MSRV is now 1.39.0
28
28
- Add support behind a feature flag for reading events from a line as a Stream via tokio. [ #35 ] ( https://github.com/rust-embedded/gpio-cdev/pull/35 ) .
29
29
30
- ## v0.3.0 - 2020-02-10
30
+ ## [ v0.3.0] - 2020-02-10
31
31
32
32
Refactored Errors:
33
33
- Removed the ` error-chain ` dependency.
@@ -51,4 +51,6 @@ Adds the ability to create a collection of lines from a single chip and read or
51
51
- Initial release of the library with basic operations centered around operating
52
52
on a single line at a time.
53
53
54
- [ Unreleased ] : https://github.com/rust-embedded/gpio-cdev/compare/0.4.0...HEAD
54
+ [ Unreleased ] : https://github.com/rust-embedded/gpio-cdev/compare/0.5.0...HEAD
55
+ [ v0.5.0 ] : https://github.com/rust-embedded/gpio-cdev/compare/0.4.0...0.5.0
56
+ [ v0.4.0 ] : https://github.com/rust-embedded/gpio-cdev/compare/0.3.0...0.4.0
0 commit comments