From 09802f4248f9b39eba259b688d7e215bb407e4cb Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 11 Mar 2021 16:25:01 -0800 Subject: [PATCH] changelog bump --- Changes | 11 +++++++++-- bin/feedgnuplot | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index d29dd06..bce8b3d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,11 @@ -feedgnuplot (1.57) unstable; urgency=medium +feedgnuplot (1.58) + + * Added --using, --usingall + * Added --cmds as a synonym for --extracmds + + -- Dima Kogan Thu, 11 Mar 2021 16:24:46 -0800 + +feedgnuplot (1.57) * Added --xticlabels to label the x-axis tics from the data * Added --equation-above and --equation-below to control the equation @@ -6,7 +13,7 @@ feedgnuplot (1.57) unstable; urgency=medium -- Dima Kogan Sun, 21 Feb 2021 13:56:23 -0800 -feedgnuplot (1.56) unstable; urgency=medium +feedgnuplot (1.56) * Updated default hardcopy settings diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 437b640..9249e71 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.57'; +my $VERSION = '1.58'; my %options; interpretCommandline();