changelog bump

This commit is contained in:
Dima Kogan 2021-03-11 16:25:01 -08:00
parent feb33326a7
commit 09802f4248
2 changed files with 10 additions and 3 deletions

11
Changes
View File

@ -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 <dkogan@debian.org> 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 <dkogan@debian.org> Sun, 21 Feb 2021 13:56:23 -0800
feedgnuplot (1.56) unstable; urgency=medium
feedgnuplot (1.56)
* Updated default hardcopy settings

View File

@ -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();