From 0df954177f8938860e99fb6c61acdd14796c39b7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 22 Oct 2016 18:40:17 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 4 ++-- lib/App/MusicExpo.pm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 93c5ac0..d798f8d 100644 --- 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 340e4d7..a397712 100644 --- 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. diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index f2ee745..460b1c2 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -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/; -- 2.30.2