Skip to content

Commit c08820e

Browse files
committed
Merge pull request #23 from chrishunt/bump-version
Bump to v3.0.1
2 parents 9bc7772 + d4c2ece commit c08820e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
##v3.0.1
4+
*2013-10-25*
5+
6+
[\[8 commits\]](https://github.com/chrishunt/github-auth/compare/v3.0.0...v3.0.1)
7+
8+
- [URL escape GitHub usernames](https://github.com/chrishunt/github-auth/pull/20)
9+
- [Show pretty file permission errors for `list` command](https://github.com/chrishunt/github-auth/pull/21)
10+
311
##v3.0.0
412
*2013-10-24*
513

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 (3.0.0)
4+
github-auth (3.0.1)
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 = "3.0.0"
3+
VERSION = "3.0.1"
44
end
55
end

0 commit comments

Comments
 (0)