From db88afec04114f13ac95173788ae671d169d9977 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 1 Jul 2018 00:12:16 +0200 Subject: [PATCH] Released as version 1.1 --- Makefile | 2 +- NEWS | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile b/Makefile index fe23c70..8b7b0f5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0 +VERSION=1.1 YEAR=2018 BUILD_DATE:=$(shell date '+%Y-%m-%d') BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always --tags ; else echo '' ; fi) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..7d897f4 --- /dev/null +++ b/NEWS @@ -0,0 +1,9 @@ +Version 1.1 (2018-07-01) + + o Added the "slice" command. + o A couple of bugs were squashed. + o Debugging mode now prints more details. + +Version 1.0 (2018-04-28) + + o Initial release. -- 2.39.2