Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.07.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 20756f7..63df4f1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension App::Ikachan

+0.07    2012-02-06T17:22:28+09:00
+        - reconnect irc server on disconnect
+
 0.06    2012-01-11T17:02:11+09:00
         - set license as perl license
         - support Plack::Middleware::ReverseProxy for http interface (kazeburo++)
  • Loading branch information
yappo committed Feb 6, 2012
1 parent ef546ba commit d1d8117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension App::Ikachan

0.07 2012-02-06T17:22:28+09:00
- reconnect irc server on disconnect

0.06 2012-01-11T17:02:11+09:00
- set license as perl license
- support Plack::Middleware::ReverseProxy for http interface (kazeburo++)
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Ikachan.pm
@@ -1,7 +1,7 @@
package App::Ikachan;
use strict;
use warnings;
our $VERSION = '0.06';
our $VERSION = '0.07';

1;
__END__
Expand Down

0 comments on commit d1d8117

Please sign in to comment.