aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
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 /ciigo.go
parent4e2b41855fb9edece6325cb40ee3daabc9aef9e7 (diff)
downloadciigo-c109a3dd026cf6fbdc147d5a2c17535569d8964d.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
Diffstat (limited to 'ciigo.go')
-rw-r--r--ciigo.go2
1 files changed, 1 insertions, 1 deletions
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$`,