diff options
| -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 |
