Skip to content

Commit

Permalink
for a new ship
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Jan 19, 2015
1 parent bbe7b7e commit a7fef6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Revision history for Net-GitHub

0.71 2014-12-??
0.71 2015-01-20
- When a query fails, include any additional error messages returned by the API,
in the croak message.
in the croak message. (Neil Bowers)
- Make User-Agent header conform to RFCs (Zak Wilcox)

0.70 2014-10-08
add per_page in GET no matter it supports or not
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub;

use Net::GitHub::V3;

our $VERSION = '0.69';
our $VERSION = '0.71';
our $AUTHORITY = 'cpan:FAYLAND';

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Query.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Net::GitHub::V3::Query;

our $VERSION = '0.69';
our $VERSION = '0.71';
our $AUTHORITY = 'cpan:FAYLAND';

use URI;
Expand Down

0 comments on commit a7fef6c

Please sign in to comment.