changelog update

This commit is contained in:
Dima Kogan 2017-06-19 13:12:50 -07:00
parent 1744aeb6d2
commit 7d7511e62e
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
feedgnuplot (1.42) unstable; urgency=medium
feedgnuplot (1.43)
* Added --image
-- Dima Kogan <dima@secretsauce.net> Mon, 19 Jun 2017 13:12:38 -0700
feedgnuplot (1.42)
* Data can now come from STDIN or files on the cmdline.
This fixes a regression. Self-plotting data files work again

View File

@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
use Pod::Usage;
use Time::Piece;
my $VERSION = 1.42;
my $VERSION = 1.43;
my %options;
interpretCommandline();