Bump version and update Changes 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 9 Dec 2017 18:39:14 +0000 (20:39 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 9 Dec 2017 18:39:14 +0000 (20:39 +0200)
Changes
README
lib/Slob.pm

diff --git a/Changes b/Changes
index bbbd43704b140c70d16e7b6eafc401dda1b34952..80b3b4ba3be0a7ff3e6de58374c73d8b0b750f8f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
 Revision history for Perl extension Slob.
 
+0.001 2017-12-09T20:39+02:00
+ - First stable release
+ - Add lzma2 compression support
+ - Add a convenience method seek_and_read_ref_and_data
+ - Write documentation
+
 0.000_001 2017-11-30T21:45+00:00
  - Initial release
diff --git a/README b/README
index b3963446a45a6e5afa706c0f325c5fecea2a0776..09e83805414bf3b13c2069d3fe251f69466ce590 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Slob version 0.000_001
-======================
+Slob version 0.001
+==================
 
 INSTALLATION
 
index 818ff785ed7fe6fd298fe3a9ff0c7142aa4713f8..b64664f1fcc016e32b73643d33d0de723b1876af 100644 (file)
@@ -3,7 +3,7 @@ package Slob;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.000_001';
+our $VERSION = '0.001';
 
 use constant MAGIC => "!-1SLOB\x1F";
 
This page took 0.013101 seconds and 4 git commands to generate.