aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-14 18:37:47 +0700
committerShulhan <ms@kilabit.info>2023-05-14 18:37:47 +0700
commitbdc97d6b2be0a8bfa0275cb4333a8b72b10dfde3 (patch)
treeb84b6aed4b576f6b554c73f7b7a268563dba0222 /ciigo.go
parent30e6ae95384918f5278d94994387b7e80ab4899d (diff)
downloadciigo-bdc97d6b2be0a8bfa0275cb4333a8b72b10dfde3.tar.xz
Release ciigo v0.10.0 (2023-05-14)v0.10.0
=== New features * all: bring back support for Markdown I use two remote repositories: GitHub and SourceHut. GitHub support rendering README using asciidoc while SourceHut not. This cause the repository that use README.adoc rendered as text in SourceHut which make the repository page less readable. Also, the pkg.go.dev now render README but only support Markdown. Since we cannot control the SourceHut and go.dev, the only option is to support converting Markdown in ciigo so I can write README using Markdown and the rest of documentation using Asciidoc.
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 1f785db..2978390 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -27,7 +27,7 @@ const (
)
var (
- Version = `0.9.3`
+ Version = `0.10.0`
defExcludes = []string{
`.*\.adoc$`,