summaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-02-01 09:49:49 +0700
committerShulhan <ms@kilabit.info>2025-02-01 09:49:49 +0700
commit4c38d5303c0f2d4af9f75452989951a36652c953 (patch)
treee7e19d1832b790a79fbeabbdb34010b78a1eb151 /ciigo.go
parent4a4ff7a416cba297ef1172bcdf44ed69b9178033 (diff)
downloadciigo-0.15.1.tar.xz
Release ciigo v0.15.1 (2025-02-01)v0.15.1
[BUG FIX] Fix section detected as paragraph after list and comment. Previously, given the following markup, ---- * Sub list + Sub list content. //}}} //{{{ == Sub 2 //}} ---- The section "Sub 2" will be parsed as paragraph instead of new section. [CHORE] In the linter, we replace the fieldalignment and shadow using our internal gocheck command. This linters actually have an API that can be combined into a program, which provided by package "pakakeh.go/lib/goanalysis".
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 14ef665..a516947 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -28,7 +28,7 @@ const (
)
// Version define the latest tagged release of this module.
-var Version = `0.15.0`
+var Version = `0.15.1`
// defExcludes define default files to be excludes on GoEmbed.
var defExcludes = []string{