From d08388ce3ad56757bc0b2ccc0d8286a1d4933fba Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 6 Aug 2022 16:03:24 +0700 Subject: Release ciigo v0.9.0 (2022-08-06) === New features * all: export internal htmlGenerator as Converter === Chores * all: add package build for Arch Linux * all: set the Version automatically set during build * all: convert the README using AsciiDoc * all: merge internal/cmd/goembed to cmd/ciigo-example --- CHANGELOG.adoc | 39 +++++++++++++++++++++++++++++++++++++++ ciigo.go | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f15a9ae..cda2bdb 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,45 @@ Shulhan :sectlinks: +[#v0_9_0] +== ciigo v0.9.0 (2022-08-06) + +[#v0_9_0_new_features] +=== New features + +all: export internal htmlGenerator as Converter:: ++ +-- +The purpose of Converter is to provide a single, reusable converter +for AsciiDoc file or content. +-- + +[#v0_9_0_chores] +=== Chores + +all: add package build for Arch Linux:: + + +all: set the Version automatically set during build:: ++ +-- +This require that the command build or install using "make build/install". +-- + +all: convert the README using AsciiDoc:: ++ +-- +While at it, create symlink README so the git.sr.ht site can display it. +-- + +all: merge internal/cmd/goembed to cmd/ciigo-example:: ++ +-- +The internal/cmd/goembed is replaced as command "embed" of +cmd/ciigo-example. +-- + + [#v0_8_2] == ciigo v0.8.2 (2022-07-24) diff --git a/ciigo.go b/ciigo.go index 18def6d..a4f7c04 100644 --- a/ciigo.go +++ b/ciigo.go @@ -26,7 +26,7 @@ const ( ) var ( - Version = `0.8.2` + Version = `0.9.0` defExcludes = []string{ `.*\.adoc$`, -- cgit v1.3