summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFayland Lam <fayland@gmail.com>2014-06-27 11:10:35 +0800
committerFayland Lam <fayland@gmail.com>2014-06-27 11:10:35 +0800
commitbcd5cf7390a9786f641947996f5096aeb6c29063 (patch)
treeb05d6e44284fd56267fe75a8db2d893ebe60a49c
parenta7848d291c797b1924349ef661755e713932c008 (diff)
for a release
-rw-r--r--Changes3
-rw-r--r--lib/Net/GitHub.pm2
-rw-r--r--lib/Net/GitHub/V3/Repos.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 58bf1c3..653c128 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Net-GitHub
+0.64 2014-06-27
+ use decoded_content on res in upload_asset (Alex Vandiver)
+
0.63 2014-05-30
fix pulls (RT 96068)
diff --git a/lib/Net/GitHub.pm b/lib/Net/GitHub.pm
index b543f3a..d7c98eb 100644
--- a/lib/Net/GitHub.pm
+++ b/lib/Net/GitHub.pm
@@ -2,7 +2,7 @@ package Net::GitHub;
use Net::GitHub::V3;
-our $VERSION = '0.63';
+our $VERSION = '0.64';
our $AUTHORITY = 'cpan:FAYLAND';
sub new {
diff --git a/lib/Net/GitHub/V3/Repos.pm b/lib/Net/GitHub/V3/Repos.pm
index d31211d..ab8b05c 100644
--- a/lib/Net/GitHub/V3/Repos.pm
+++ b/lib/Net/GitHub/V3/Repos.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Repos;
use Moo;
-our $VERSION = '0.60';
+our $VERSION = '0.64';
our $AUTHORITY = 'cpan:FAYLAND';
use Carp;