Bump version and update Changes 1.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Oct 2016 17:40:17 +0000 (18:40 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Oct 2016 17:40:17 +0000 (18:40 +0100)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 93c5ac0f07c0a5e50fe8cd560b901c4c8969ba26..d798f8df38fc5748d5406a5ff0580b3e365f9391 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension App::MusicExpo.
 
+1.002 2016-10-22T18:40+01:00
+ - Make all tag parsing libraries optional ("recommends" in META.json)
+ - Don't die when fed unrecognised files (ignore them instead)
+ - Mark as stable
+
 1.001_001 2016-08-20T10:38-04:00
  - Implement opus using Audio::Opusfile
  - Next stable version should make all tag parsing libraries optional
diff --git a/README b/README
index 340e4d72c42e5f1c85b8c9e0c5b50cfa053efcc7..a3977126ff46f647faf8d0e1ada5f2cf5a7b264e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 1.001_001
-===============================
+App-MusicExpo version 1.002
+===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
index f2ee745352df6ba497f590da6593c9f4b9db5f4b..460b1c2982866003f0e790ae213dabc680346a88 100644 (file)
@@ -3,7 +3,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '1.001_001';
+our $VERSION = '1.002';
 
 use HTML::Template::Compiled qw//;
 use Memoize qw/memoize/;
This page took 0.012884 seconds and 4 git commands to generate.