From a34159d9b295f5a566d1e689d5f200dfcc2ed476 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 18 Mar 2017 12:36:26 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 ++- lib/Convert/Color/HPLuv.pm | 2 +- lib/Convert/Color/HSLuv.pm | 2 +- lib/Convert/Color/LCh.pm | 2 +- lib/Convert/Color/LUV.pm | 2 +- lib/Convert/Color/XYZ.pm | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index fc35921..5c70b04 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Revision history for Perl extension Convert::Color::HSLuv. -1.000001 ... +1.000001 2017-03-18T12:36+02:00 - Rename HUSL -> HSLuv and HUSLp -> HPLuv + - Use new (worse precision) snapshot-rev4.json 1.000 2016-04-23T18:46+01:00 - First stable release, no changes from 0.002001 diff --git a/lib/Convert/Color/HPLuv.pm b/lib/Convert/Color/HPLuv.pm index 4a0185e..7653e02 100644 --- a/lib/Convert/Color/HPLuv.pm +++ b/lib/Convert/Color/HPLuv.pm @@ -15,7 +15,7 @@ BEGIN { *_get_bounds = *Convert::Color::HSLuv::_get_bounds; ## no critic (ProtectPrivate) } -our $VERSION = '1.000'; +our $VERSION = '1.000001'; __PACKAGE__->register_color_space('hpluv'); diff --git a/lib/Convert/Color/HSLuv.pm b/lib/Convert/Color/HSLuv.pm index 1d70113..a724548 100644 --- a/lib/Convert/Color/HSLuv.pm +++ b/lib/Convert/Color/HSLuv.pm @@ -20,7 +20,7 @@ BEGIN { *EPS = *Convert::Color::LUV::EPS; } -our $VERSION = '1.000'; +our $VERSION = '1.000001'; __PACKAGE__->register_color_space('hsluv'); diff --git a/lib/Convert/Color/LCh.pm b/lib/Convert/Color/LCh.pm index 296e2dd..3f92acc 100644 --- a/lib/Convert/Color/LCh.pm +++ b/lib/Convert/Color/LCh.pm @@ -5,7 +5,7 @@ use strict; use warnings; use parent qw/Convert::Color/; -our $VERSION = '1.000'; +our $VERSION = '1.000001'; use Convert::Color::LUV; use Math::Trig ':pi'; diff --git a/lib/Convert/Color/LUV.pm b/lib/Convert/Color/LUV.pm index eee9d9f..db0d1c8 100644 --- a/lib/Convert/Color/LUV.pm +++ b/lib/Convert/Color/LUV.pm @@ -7,7 +7,7 @@ use parent qw/Convert::Color/; use Convert::Color::XYZ; -our $VERSION = '1.000'; +our $VERSION = '1.000001'; use constant +{ ## no critic (Capitalization) KAPPA => (29/3) ** 3, diff --git a/lib/Convert/Color/XYZ.pm b/lib/Convert/Color/XYZ.pm index b91638b..37c8779 100644 --- a/lib/Convert/Color/XYZ.pm +++ b/lib/Convert/Color/XYZ.pm @@ -8,7 +8,7 @@ use parent qw/Convert::Color/; use Convert::Color::RGB; use List::Util qw/sum/; -our $VERSION = '1.000'; +our $VERSION = '1.000001'; use constant +{ ## no critic (Capitalization) MAT_R => [ 3.2409699419045214, -1.5373831775700935, -0.49861076029300328 ], -- 2.30.2