We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bc7772 + d4c2ece commit c08820eCopy full SHA for c08820e
3 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
##v3.0.0
12
*2013-10-24*
13
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- github-auth (3.0.0)
+ github-auth (3.0.1)
httparty (~> 0.11.0)
thor (~> 0.18)
lib/github/auth/version.rb
@@ -1,5 +1,5 @@
module Github
module Auth
- VERSION = "3.0.0"
+ VERSION = "3.0.1"
end
0 commit comments