Skip to content

Commit 09802f4

Browse files
committed
changelog bump
1 parent feb3332 commit 09802f4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Changes

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
feedgnuplot (1.57) unstable; urgency=medium
1+
feedgnuplot (1.58)
2+
3+
* Added --using, --usingall
4+
* Added --cmds as a synonym for --extracmds
5+
6+
-- Dima Kogan <[email protected]> Thu, 11 Mar 2021 16:24:46 -0800
7+
8+
feedgnuplot (1.57)
29

310
* Added --xticlabels to label the x-axis tics from the data
411
* Added --equation-above and --equation-below to control the equation
512
drawing sequence
613

714
-- Dima Kogan <[email protected]> Sun, 21 Feb 2021 13:56:23 -0800
815

9-
feedgnuplot (1.56) unstable; urgency=medium
16+
feedgnuplot (1.56)
1017

1118
* Updated default hardcopy settings
1219

bin/feedgnuplot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Pod::Usage;
1616
use Time::Piece;
1717

1818
# Makefile.PL assumes this is in ''
19-
my $VERSION = '1.57';
19+
my $VERSION = '1.58';
2020

2121
my %options;
2222
interpretCommandline();

0 commit comments

Comments
 (0)