Skip to content

Commit e105a41

Browse files
committed
release: changelog notes for 0.5.1
Signed-off-by: Paul Osborne <[email protected]>
1 parent f16b8d7 commit e105a41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [0.5.1] - 2016-06-17
4+
5+
### Changed
6+
7+
- The crate now compiles (to more-or-less nothing) on OSX which can be useful in some
8+
contexts.
9+
- Multiple warnings from clippy were addressed
10+
- Support for some older versions of rust was dropped and things like `?` are now used in the codebase.
11+
- Additional traits like `Copy` added where appropriate in some places.
12+
313
## [0.5.0] - 2016-12-18
414

515
### Changed
@@ -138,6 +148,7 @@
138148
- Initial version of the library with basic functionality
139149
- Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction`
140150

151+
[0.5.1]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.0...0.5.1`
141152
[0.5.0]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.4...0.5.0
142153
[0.4.4]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.3...0.4.4
143154
[0.4.3]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.2...0.4.3

0 commit comments

Comments
 (0)