Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Mar 2017 22:37:01 +0000 (00:37 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Mar 2017 22:37:01 +0000 (00:37 +0200)
Changes
README
lib/Text/Levenshtein/Edlib.pm

diff --git a/Changes b/Changes
index 28f6aec1e82fe51716e3ed65cdacb012e1a95589..55eacc0f63d754b4139135d07a6e1229695cf903 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Text::Levenshtein::Edlib.
 
-0.001  Tue Feb 28 18:19:22 2017
-       - original version; created by h2xs 1.23 with options
-               -v 0.001 -b 5.14.0 -n Text::Levenshtein::Edlib edlib/edlib/include/edlib.h
+0.001001 2017-03-12T00:37+02:00
+ - Export CIGAR conversion routine
+ - Minor documentation improvements
 
+0.001 2017-02-28T23:53+00:00
+ - Initial release
diff --git a/README b/README
index 4b4488b53e52924eb6d1160ea067d63b9b84100e..41d3953fff3d81138170bcb6d33b717e8f10a39c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Text-Levenshtein-Edlib version 0.001
-====================================
+Text-Levenshtein-Edlib version 0.001001
+=======================================
 
 Text::Levenshtein::Edlib is a wrapper around the edlib library that
 computes Levenshtein edit distance and optimal alignment path for a
index 8dd4146aaae4fd42408dcd891e535574f5bd3773..1c21ddf23bbea2288323ac14e756bbdbad6ef9e3 100644 (file)
@@ -27,7 +27,7 @@ our %EXPORT_TAGS =
   (all => [ @constants, qw/align distance to_cigar/ ], constants => \@constants);
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 our @EXPORT = ( @{ $EXPORT_TAGS{'constants'} } );
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 require XSLoader;
 XSLoader::load('Text::Levenshtein::Edlib', $VERSION);
This page took 0.01254 seconds and 4 git commands to generate.