Skip to content

Commit

Permalink
another dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Mar 31, 2012
1 parent c71fd0f commit 6549f9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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)
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/Net/GitHub.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit 6549f9f

Please sign in to comment.