diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-06 03:58:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-06 03:59:50 +0700 |
| commit | 9e35895cafd876a9635a2d9144222a8add452e68 (patch) | |
| tree | 36a1e968538f759a863c1d4743eabed663a63973 /CHANGELOG.adoc | |
| parent | 7520991ff8103c14b4081543b9fb0fac518a0023 (diff) | |
| download | ciigo-9e35895cafd876a9635a2d9144222a8add452e68.tar.xz | |
Release ciigo v0.3.0 (2020-12-06)v0.3.0
This release replace the asciidoc parsing from libasciidoc-go to
https://sr.ht/~shulhan/asciidoctor-go[asciidoctor-go], which provide more
control and stable APIs.
We also remove support form markdown markup language and focus only to
support asciidoctor format from now on.
The Go module path and repository is also moved from github to
git.sr.ht/~shulhan/ciigo.
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index a2ce986..6ad0ff4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,18 @@ = CHANGELOG +== ciigo v0.3.0 (2020-12-06) + +This release replace the asciidoc parsing from libasciidoc-go to +https://sr.ht/~shulhan/asciidoctor-go[asciidoctor-go], which provide more +control and stable APIs. + +We also remove support form markdown markup language and focus only to support +asciidoctor format from now on. + +The Go module path and repository is also moved from github to +git.sr.ht/~shulhan/ciigo. + + == ciigo v0.2.0 (2020-07-05) * all: simplify serving content using function Serve |
