Bump version and update Changes master 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 14 Nov 2014 21:15:26 +0000 (23:15 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 14 Nov 2014 21:15:26 +0000 (23:15 +0200)
Changes
README
lib/Aard.pm

diff --git a/Changes b/Changes
index 78da2f57afb768813b9a80731f5e429e453983a2..e409f815275ed7b3886ab92e04d31b8840917f8a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@
 Revision history for Perl extension Aard.
 
+0.001 2014-11-14T23:16+02:00
+ - Improve POD
+ - Replace JSON with JSON::MaybeXS
+ - Mark as stable
+
 0.000_001 2014-05-01T02:06+03:00
  - Initial release
diff --git a/README b/README
index 568fb7be14c81136e74226816b13d8ff5fb3a1dc..ba2fb23cfbada71c23e635d3bb4871af3819d24f 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Aard version 0.000_001
-======================
+Aard version 0.001
+==================
 
 Aard is a module for reading files in the Aard Dictionary format (.aar). A dictionary is an array of (key, article) pairs, with some associated metadata.
 
index 0d331dd22a0e12485cacfdf7905c240d0414efed..9b58c958e717485747019554344e0c166bb8eb2f 100644 (file)
@@ -3,7 +3,7 @@ package Aard;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.000_001';
+our $VERSION = '0.001';
 
 use IO::Uncompress::Inflate qw/inflate/;
 use IO::Uncompress::Bunzip2 qw/bunzip2/;
This page took 0.011004 seconds and 4 git commands to generate.