From ded5800affabc2bca3daebf2d848edc977ed59d8 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 9 Dec 2017 20:39:14 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ README | 4 ++-- lib/Slob.pm | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index bbbd437..80b3b4b 100644 --- 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 b396344..09e8380 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Slob version 0.000_001 -====================== +Slob version 0.001 +================== INSTALLATION diff --git a/lib/Slob.pm b/lib/Slob.pm index 818ff78..b64664f 100644 --- a/lib/Slob.pm +++ b/lib/Slob.pm @@ -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"; -- 2.30.2