summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2021-01-13 23:58:41 +0100
committerTimo Weingärtner <timo@tiwe.de>2021-01-14 00:08:07 +0100
commit3d3fe99d72668bc1d0a4e16d9bc3a5b1d86c4935 (patch)
tree65e5de59fecec6087395e7f1b946e76f3453c839
parent36dbc5d061b39b22f2620ac0e0a137ea05dbad33 (diff)
downloadhadori-3d3fe99d72668bc1d0a4e16d9bc3a5b1d86c4935.tar.gz
release 1.1HEAD1.1master
-rw-r--r--changelog30
-rw-r--r--version.h2
2 files changed, 31 insertions, 1 deletions
diff --git a/changelog b/changelog
index c2e8b94..9dc4dd9 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,33 @@
+commit 36dbc5d061b39b22f2620ac0e0a137ea05dbad33
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-01-13 23:53:07 +0100
+
+ improve man page generation with help2man
+
+commit 2cad5033359975238cbb95824595b638892bc039
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2018-10-27 21:37:40 +0200
+
+ move dry-run checking into do_link
+
+commit 07d402e83fd6b58d53825441169503cc92fd71d6
+Author: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
+Date: 2017-06-20 10:58:54 +0200
+
+ Clang lints ('static' and typing)
+
+commit ce1d8ee5bd88cc05c6e0cdee4517bb1ab8fb6100
+Author: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
+Date: 2017-06-20 10:57:28 +0200
+
+ Add .gitignore
+
+commit a987b5383931dd4735a3f7e2261e9a809543b22a (tag: 1.0)
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2017-04-30 12:45:05 +0200
+
+ release 1.0
+
commit 75293a34994df27b84ee30d94b8db625b0ca40ea
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2014-11-23 01:06:29 +0100
diff --git a/version.h b/version.h
index 1805f4d..5fb0b6a 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define HADORI_VERSION "hadori 0.2"
+#define HADORI_VERSION "hadori 1.1"