aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-06 16:03:24 +0700
committerShulhan <ms@kilabit.info>2022-08-06 16:03:24 +0700
commitd08388ce3ad56757bc0b2ccc0d8286a1d4933fba (patch)
tree41b1955592f8049e15debd6baa53dca8dfaf37c9
parentafc3d42262768ee6e559bd72408f9b6a052fd369 (diff)
downloadciigo-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
-rw-r--r--CHANGELOG.adoc39
-rw-r--r--ciigo.go2
2 files changed, 40 insertions, 1 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)
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$`,