]> mj.ucw.cz Git - paperjam.git/commitdiff
Released as version 1.1 v1.1
authorMartin Mares <mj@ucw.cz>
Sat, 30 Jun 2018 22:12:16 +0000 (00:12 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 30 Jun 2018 22:12:16 +0000 (00:12 +0200)
Makefile
NEWS [new file with mode: 0644]

index fe23c7089b750fd8d32c077f207496a521cd4b4d..8b7b0f5a05255d66c276eef6e735cfc1b9e60fce 100644 (file)
--- 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 '<unknown>' ; fi)
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
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.