Skip to content

Commit 3559b4b

Browse files
authored
Merge pull request #42 from tpmanley/feature/0.5.2-release
Prep for the 0.5.2 release
2 parents 549bb14 + 257c47f commit 3559b4b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.15.0
4+
- 1.18.0
55
- stable
66
- beta
77
- nightly
@@ -19,7 +19,7 @@ addons:
1919
- binutils-dev
2020

2121
before_script:
22-
- pip install 'travis-cargo<0.2' --user
22+
- pip2 install 'travis-cargo<0.2' --user
2323

2424
env:
2525
global:

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.2] - 2018-03-02
6+
57
### Changed
68

79
- Add support for `active_low` configuration.
@@ -154,7 +156,8 @@
154156
- Initial version of the library with basic functionality
155157
- Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction`
156158

157-
[master]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.1...master
159+
[master]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.2...master
160+
[0.5.2]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.1...0.5.2
158161
[0.5.1]: https://github.com/posborne/rust-sysfs-gpio/compare/0.5.0...0.5.1
159162
[0.5.0]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.4...0.5.0
160163
[0.4.4]: https://github.com/posborne/rust-sysfs-gpio/compare/0.4.3...0.4.4

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.1"
3+
version = "0.5.2"
44
authors = ["Paul Osborne <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-embedded/rust-sysfs-gpio"

0 commit comments

Comments
 (0)