changelog bump

This commit is contained in:
Dima Kogan 2022-03-04 14:45:49 -08:00
parent fce128aa14
commit db4fdcb933
2 changed files with 11 additions and 1 deletions

10
Changes
View File

@ -1,3 +1,13 @@
feedgnuplot (1.61)
* #! line uses /usr/bin/env to work with nonstandard installations
* Added --cblabel to label the color bar
* Added --cbmin, --cbmax
* --zmin,--zmax,--zlabel are always sent, if requested
* Plotting with no STDIN data works
-- Dima Kogan <dkogan@debian.org> Fri, 04 Mar 2022 14:45:36 -0800
feedgnuplot (1.60) feedgnuplot (1.60)
* Test suite fix: we have the right number of tests * Test suite fix: we have the right number of tests

View File

@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece; use Time::Piece;
# Makefile.PL assumes this is in '' # Makefile.PL assumes this is in ''
my $VERSION = '1.60'; my $VERSION = '1.61';
my %options; my %options;
interpretCommandline(); interpretCommandline();