Skip to content

Commit 2507a76

Browse files
committed
release: add changelog for 0.5.0
Signed-off-by: Paul Osborne <[email protected]>
1 parent bd9f5b5 commit 2507a76

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.5.0] - 2016-12-18
4+
5+
### Changed
6+
7+
- Support for asynchronous polling for changes using tokio/futures
8+
is now supported.
9+
- Minimum supported version Rust for 0.5.0+ is now 1.10.0
10+
311
## [0.4.4] - 2016-08-26
412

513
### Fixed
@@ -130,7 +138,8 @@
130138
- Initial version of the library with basic functionality
131139
- Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction`
132140

133-
[0.4.3]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.3...0.4.4
141+
[0.5.0]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.4...0.5.0
142+
[0.4.4]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.3...0.4.4
134143
[0.4.3]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.2...0.4.3
135144
[0.4.2]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.1...0.4.2
136145
[0.4.1]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.0...0.4.1

0 commit comments

Comments
 (0)