From dc0ff281441c70edb0270b5a94b7fce28126dcfd Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 6 Sep 2022 23:55:54 +0700 Subject: Release gotp v0.2.2 (2022-09-06) === 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 --- _doc/CHANGELOG.adoc | 19 +++++++++++++++++++ gotp.go | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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 :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) diff --git a/gotp.go b/gotp.go index ad8daef..83bc649 100644 --- a/gotp.go +++ b/gotp.go @@ -25,7 +25,7 @@ const ( ) var ( - Version = `0.2.1` + Version = `0.2.2` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period -- cgit v1.3