From: Martin Mares Date: Sat, 30 Jun 2018 22:12:16 +0000 (+0200) Subject: Released as version 1.1 X-Git-Tag: v1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=db88afec04114f13ac95173788ae671d169d9977;p=paperjam.git Released as version 1.1 --- 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.