Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 24 Oct 2015 23:55:00 +0000 (00:55 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 24 Oct 2015 23:55:00 +0000 (00:55 +0100)
Changes
README
lib/App/Statsbot.pm

diff --git a/Changes b/Changes
index e9caba6ca17f537d10ffd4fec160d0eff8c4dddf..7be8026a5024095c3b2721430e0eca0423cb1836 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension App::Statsbot.
 
+0.001001 2015-10-25T00:55+01:00
+ - Add !help command
+ - Send error messages correctly
+ - Make perlcritic happy and add some rudimentary tests
+
 0.001 2015-10-18T00:36+01:00
  - Initial release (repackage of the original script from 2013 with
    very few additions)
diff --git a/README b/README
index dc75f0c3594aa707438647b6d1b4647cae21c3e1..cae55a69e845af19bd50b4d6f9ae4fc607e5e5c1 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-Statsbot version 0.001
-==========================
+App-Statsbot version 0.001001
+=============================
 
 statsbot is a simple IRC bot that tracks the people that inhabit a
 channel. It is able to answer queries of the form "In the last <time
index 449117068ab990221f4b1845563e78c361f999a1..5c0ab080450ad064fdc6f0339c941a719177a167 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use POE;
 use POE::Component::IRC::State;
This page took 0.011818 seconds and 4 git commands to generate.