From 69bd05eddbd55cd881dc8e9b1b2021a6efc89dd9 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 22 Feb 2018 23:38:10 -0800 Subject: [PATCH] version bump --- Changes | 8 ++++++++ bin/feedgnuplot | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ad0a948..8421cb0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +feedgnuplot (1.46) + + * Added --tuplesize and --tuplesizeall as alternatives to --rangesize + and --rangesizeall. Both forms are supported. + * Vnlog integration + + -- Dima Kogan Thu, 22 Feb 2018 23:37:54 -0800 + feedgnuplot (1.45) * zsh completion: --hardcopy, --image suggest filenames diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 5658472..410ba76 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.45'; +my $VERSION = '1.46'; my %options; interpretCommandline();