From 4e85f991c4a5eb4fa5b7e52ca4df82d7cc72d093 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 17 Apr 2020 14:07:08 -0700 Subject: [PATCH] version bump --- Changes | 7 +++++++ bin/feedgnuplot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4ec0603..299d400 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +feedgnuplot (1.54) + + * Added --every and --everyall to decimate the input data + * --timefmt can be used with --histogram + + -- Dima Kogan Fri, 17 Apr 2020 14:06:55 -0700 + feedgnuplot (1.53) * Full support for all 4 axes. Added --x2... diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 8ed1e7a..74668ef 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.53'; +my $VERSION = '1.54'; my %options; interpretCommandline();