summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-03-03 00:01:56 +0700
committerShulhan <ms@kilabit.info>2023-03-03 00:03:41 +0700
commitc109a3dd026cf6fbdc147d5a2c17535569d8964d (patch)
tree1553906b3a4f6c5df3a21a00fc9b37236804f5b2
parent4e2b41855fb9edece6325cb40ee3daabc9aef9e7 (diff)
downloadciigo-0.9.3.tar.xz
Release ciigo v0.9.3 (2022-03-03)v0.9.3
Changes on the asciidoctor-go v0.4.1, === Bug fixes * all: fix empty line printed on ToHTMLBody or ToHTMLEmbedded * all: ignore parsing block image in paragraph === Enhancements * all: handle empty preamble
-rw-r--r--CHANGELOG.adoc19
-rw-r--r--ciigo.go2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 614dc1f..1b51e8c 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -7,6 +7,25 @@ Shulhan <ms@kilabit.info>
:sectlinks:
+[#v0_9_3]
+== ciigo v0.9.3 (2022-03-03)
+
+all: update asciidoctor-go and share module to latest version::
++
+--
+Changes on the asciidoctor-go v0.4.1,
+
+=== Bug fixes
+
+* all: fix empty line printed on ToHTMLBody or ToHTMLEmbedded
+* all: ignore parsing block image in paragraph
+
+=== Enhancements
+
+* all: handle empty preamble
+--
+
+
[#v0_9_2]
== ciigo v0.9.2 (2022-09-06)
diff --git a/ciigo.go b/ciigo.go
index 448adfe..6806fa0 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -26,7 +26,7 @@ const (
)
var (
- Version = `0.9.2`
+ Version = `0.9.3`
defExcludes = []string{
`.*\.adoc$`,