File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
##v2.0.0
4
17
* 2013-10-22*
5
18
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- github-auth (2 .0.0 )
4
+ github-auth (3 .0.0 )
5
5
httparty (~> 0.11.0 )
6
6
thor (~> 0.18 )
7
7
Original file line number Diff line number Diff line change 1
1
module Github
2
2
module Auth
3
- VERSION = "2 .0.0"
3
+ VERSION = "3 .0.0"
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments