Skip to content

Commit 3435640

Browse files
committed
Merge pull request #19 from chrishunt/bump-version
Bump to v3.0.0
2 parents d65b00b + f2b70de commit 3435640

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
##v3.0.0
4+
*2013-10-24*
5+
6+
[\[19 commits\]](https://github.com/chrishunt/github-auth/compare/v2.0.0...v3.0.0)
7+
8+
*note:* CLI syntax has changed in this release as a result of switching to
9+
[`Thor`](https://github.com/erikhuda/thor). See the
10+
[`README`](https://github.com/chrishunt/github-auth/blob/master/README.md) for
11+
usage instructions.
12+
13+
- [Use `Thor` for parsing CLI options](https://github.com/chrishunt/github-auth/pull/18)
14+
- [Add `--command` option for custom ssh commands](https://github.com/chrishunt/github-auth/pull/18)
15+
316
##v2.0.0
417
*2013-10-22*
518

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
github-auth (2.0.0)
4+
github-auth (3.0.0)
55
httparty (~> 0.11.0)
66
thor (~> 0.18)
77

lib/github/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Github
22
module Auth
3-
VERSION = "2.0.0"
3+
VERSION = "3.0.0"
44
end
55
end

0 commit comments

Comments
 (0)