From e865871492641755d76b461107408fe28c8b636a Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 16 Mar 2018 13:53:01 -0700 Subject: [PATCH] changelog bump --- Changes | 7 +++++++ bin/feedgnuplot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 165dc12..cde2892 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +feedgnuplot (1.49) + + * --vnl now works with plots that have rangesize > 1 + * zsh completion: --xlen argument isn't optional + + -- Dima Kogan Fri, 16 Mar 2018 13:52:28 -0700 + feedgnuplot (1.48) * --vnlog works properly with --domain diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 26e6d71..6e159ec 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.48'; +my $VERSION = '1.49'; my %options; interpretCommandline();