Skip to content

Commit e4c1d7f

Browse files
committed
Update for 0.5.3 release
Signed-off-by: Nick Stevens <nick@bitcurry.com>
1 parent d857949 commit e4c1d7f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [master] - Unreleased
44

5+
## [0.5.3] - 2018-04-19
6+
57
### Fixed
68

79
- Relaxed path restrictions on `Pin::from_path` to allow for directories
@@ -164,7 +166,8 @@
164166
- Initial version of the library with basic functionality
165167
- Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction`
166168

167-
[master]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.2...master
169+
[master]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.3...master
170+
[0.5.3]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.2...0.5.3
168171
[0.5.2]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.1...0.5.2
169172
[0.5.1]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.0...0.5.1
170173
[0.5.0]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.4...0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sysfs_gpio"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Paul Osborne <osbpau@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-embedded/rust-sysfs-gpio"

0 commit comments

Comments
 (0)