summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-06 23:55:54 +0700
committerShulhan <ms@kilabit.info>2022-09-06 23:55:54 +0700
commitdc0ff281441c70edb0270b5a94b7fce28126dcfd (patch)
tree37134058925d35102d51855f761b0e6cef920859 /_doc
parent79a18749c364e18b07dbeb4f296903aa568e1766 (diff)
downloadgotp-dc0ff281441c70edb0270b5a94b7fce28126dcfd.tar.xz
Release gotp v0.2.2 (2022-09-06)v0.2.2
=== Bug fix * all: fix the go:embed reference to symbolic link === Chores * all: add task to serve and preview the documentation at _doc * all: group all documents into directory _doc
Diffstat (limited to '_doc')
-rw-r--r--_doc/CHANGELOG.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc
index f5389e5..9adfc7a 100644
--- a/_doc/CHANGELOG.adoc
+++ b/_doc/CHANGELOG.adoc
@@ -7,6 +7,25 @@ Shulhan <ms@kilabit.info>
:sectlinks:
+[#v0_2_2]
+== gotp v0.2.2 (2022-09-06)
+
+[#v0_2_2_bug_fix]
+=== Bug fix
+
+all: fix the go:embed reference to symbolic link::
++
+Due to previous commit, where we rename the README.adoc to README, and
+change it to symbolic link, the build then failed when doing go:embed.
+
+[#v0_2_2_chores]
+=== Chores
+
+all: add task to serve and preview the documentation at _doc::
+
+all: group all documents into directory _doc::
+
+
[#v0_2_1]
== gotp v0.2.1 (2022-08-07)