diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-06 23:55:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-06 23:55:54 +0700 |
| commit | dc0ff281441c70edb0270b5a94b7fce28126dcfd (patch) | |
| tree | 37134058925d35102d51855f761b0e6cef920859 | |
| parent | 79a18749c364e18b07dbeb4f296903aa568e1766 (diff) | |
| download | gotp-0.2.2.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
| -rw-r--r-- | _doc/CHANGELOG.adoc | 19 | ||||
| -rw-r--r-- | gotp.go | 2 |
2 files changed, 20 insertions, 1 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) @@ -25,7 +25,7 @@ const ( ) var ( - Version = `0.2.1` + Version = `0.2.2` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period |
