Skip to content

Commit 8f2dd78

Browse files
committed
Merge pull request #17 from chrishunt/bump-version
Bump to v2.0.0
2 parents a8c7c2b + 679bc66 commit 8f2dd78

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
##v2.0.0
4+
*2013-10-22*
5+
6+
[\[22 commits\]](https://github.com/chrishunt/github-auth/compare/v1.2.0...v2.0.0)
7+
8+
*note:* Option syntax has changed in this release as a result of switching to
9+
`OptionParser`. See the [`README`](https://github.com/chrishunt/github-auth/blob/master/README.md)
10+
for usage instructions.
11+
12+
- [Add `--list` command](https://github.com/chrishunt/github-auth/pull/14)
13+
- [Use `OptionParser` for parsing CLI options](https://github.com/chrishunt/github-auth/pull/16)
14+
315
##v1.2.0
416
*2013-08-20*
517

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 (1.2.0)
4+
github-auth (2.0.0)
55
httparty (~> 0.11.0)
66

77
GEM

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 = "1.2.0"
3+
VERSION = "2.0.0"
44
end
55
end

0 commit comments

Comments
 (0)