diff --git a/Changes b/Changes index 2811e41..79b6182 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Net-GitHub +0.43_02 2012.03.31 + - Fixed small typo that breaks is_following, follow and unfollow (worr) + - tree functions to Net::GitHub::V3::GitData (worr) + 0.43_01 2012.03.30 - NOTE: We will terminate API v1 and API v2 in 1 month on May 1st, 2012 (From https://github.com/blog/1090-github-api-moving-on) diff --git a/MANIFEST b/MANIFEST index 6eb1c54..3050256 100644 --- a/MANIFEST +++ b/MANIFEST @@ -23,9 +23,11 @@ lib/Net/GitHub/V2/PullRequest.pm lib/Net/GitHub/V2/Repositories.pm lib/Net/GitHub/V2/Users.pm lib/Net/GitHub/V3.pm +lib/Net/GitHub/V3/Events.pm lib/Net/GitHub/V3/Gists.pm lib/Net/GitHub/V3/GitData.pm lib/Net/GitHub/V3/Issues.pm +lib/Net/GitHub/V3/OAuth.pm lib/Net/GitHub/V3/Orgs.pm lib/Net/GitHub/V3/PullRequests.pm lib/Net/GitHub/V3/Query.pm @@ -44,3 +46,4 @@ xt/v3/200-repos.t xt/v3/500-org.t xt/v3/600-git_data.t xt/v3/700-gists.t +xt/v3/800-oauth.t diff --git a/lib/Net/GitHub.pm b/lib/Net/GitHub.pm index fce2aaf..e1eb00e 100644 --- a/lib/Net/GitHub.pm +++ b/lib/Net/GitHub.pm @@ -2,7 +2,7 @@ package Net::GitHub; use Any::Moose; -our $VERSION = '0.43_01'; +our $VERSION = '0.43_02'; our $AUTHORITY = 'cpan:FAYLAND'; sub new {