File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
13
## [ 0.5.0] - 2016-12-18
4
14
5
15
### Changed
138
148
- Initial version of the library with basic functionality
139
149
- Support for ` export ` /` unexport ` /` get_value ` /` set_value ` /` set_direction `
140
150
151
+ [ 0.5.1 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.5.0...0.5.1`
141
152
[ 0.5.0 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.4.4...0.5.0
142
153
[ 0.4.4 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.4.3...0.4.4
143
154
[ 0.4.3 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.4.2...0.4.3
You can’t perform that action at this time.
0 commit comments