From c8dac15db3b409c9a69b11b017dae2d838d3e4da Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 20 Jul 2020 15:51:33 -0700 Subject: [PATCH] version bump --- Changes | 7 +++++++ bin/feedgnuplot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 299d400..4c76abb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +feedgnuplot (1.55) + + * Fixed regression introduced in 1.54: + --style now correctly overrides --with + + -- Dima Kogan Mon, 20 Jul 2020 15:51:23 -0700 + feedgnuplot (1.54) * Added --every and --everyall to decimate the input data diff --git a/bin/feedgnuplot b/bin/feedgnuplot index f97b05e..26147e3 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.54'; +my $VERSION = '1.55'; my %options; interpretCommandline();