Skip to content

Commit

Permalink
Bump version, update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpresh committed Oct 7, 2011
1 parent 1b58def commit 283c504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Changes
@@ -1,10 +1,15 @@
Revision history for Bot-BasicBot-Pluggable-Module-GitHub

{{NEXT} 2011-????
Bugfix: check for failure properly before attempting to announce a
0.02 2011-10-07
[ BUG FIXES ]
Check for failure properly before attempting to announce a
commit. (Previously we checked we got something non-false back; if we
asked for a commit that wasn't found, we get a hashref with an error
key, so check for that.)

Auth info should be optional when using !setgithubproject. Public
projects of course do not require auth, but due to a fuckup in the
regex, it would not recognise it otherwise.

0.01 2011-10-05
About time this was released; it's proven itself in #dancer on
Expand Down
2 changes: 1 addition & 1 deletion lib/Bot/BasicBot/Pluggable/Module/GitHub.pm
Expand Up @@ -11,7 +11,7 @@ use base 'Bot::BasicBot::Pluggable::Module';
use strict;
use Net::GitHub::V2;

our $VERSION = '0.01';
our $VERSION = '0.02';

# We'll cache suitably-configured Net::GitHub objects for each channel.
my %net_github;
Expand Down

0 comments on commit 283c504

Please sign in to comment.