diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-06 16:03:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-06 16:03:24 +0700 |
| commit | d08388ce3ad56757bc0b2ccc0d8286a1d4933fba (patch) | |
| tree | 41b1955592f8049e15debd6baa53dca8dfaf37c9 /CHANGELOG.adoc | |
| parent | afc3d42262768ee6e559bd72408f9b6a052fd369 (diff) | |
| download | ciigo-d08388ce3ad56757bc0b2ccc0d8286a1d4933fba.tar.xz | |
Release ciigo v0.9.0 (2022-08-06)v0.9.0
=== 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
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f15a9ae..cda2bdb 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,45 @@ Shulhan <ms@kilabit.info> :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) |
