about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-05-13 20:22:36 +0200
committersternenseemann <git@lukasepple.de>2020-05-13 21:32:20 +0200
commitbe59493c4f85b8ffe0ed4e02bf4456d3f28f95ab (patch)
tree47ab71cb2face7da5a0be6862b5d29adae3a0c73
parentf08245c74a552148a3b39b3f846390c9d703ad07 (diff)
generate CHANGES.md using logbook
-rw-r--r--CHANGES.log13
-rw-r--r--CHANGES.md21
-rw-r--r--doc/CHANGES.md.jingoo9
3 files changed, 37 insertions, 6 deletions
diff --git a/CHANGES.log b/CHANGES.log
new file mode 100644
index 0000000..f230a5d
--- /dev/null
+++ b/CHANGES.log
@@ -0,0 +1,13 @@
+[2020-04-24]
+v0.2
+
++ Switched to dune
+  Use the new (quasi) standard OCaml build system.
++ Fix build errors
+  Mostly related to dependencies updating and breaking their API.
+
+[2017-02-18]
+v0.1
+
++ Initial Version
+  Never really released.
diff --git a/CHANGES.md b/CHANGES.md
index 5259583..2e5fe43 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,9 +1,18 @@
-v0.2 2020-04-23
----------------
 
-Fixed build errors, switched to dune.
 
-v0.1 2017-02-18
----------------
+v0.2 2020-4-24
+------------------------------------
+
+* Switched to dune:
+  Use the new (quasi) standard OCaml build system.
+* Fix build errors:
+  Mostly related to dependencies updating and breaking their API.
+
+v0.1 2017-2-18
+------------------------------------
+
+* Initial Version:
+  Never really released.
+
+
 
-Initial Version.
diff --git a/doc/CHANGES.md.jingoo b/doc/CHANGES.md.jingoo
new file mode 100644
index 0000000..b54cbb9
--- /dev/null
+++ b/doc/CHANGES.md.jingoo
@@ -0,0 +1,9 @@
+{% autoescape false %}
+{% for entry in entries %}
+{{ entry.summary }} {{ entry.date }}
+------------------------------------
+{% for item in entry.items %}
+* {{ item.title }}:
+  {{ item.text }}{% endfor %}
+{% endfor %}
+{% endautoescape %}