diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-06 16:03:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-06 16:03:24 +0700 |
| commit | d08388ce3ad56757bc0b2ccc0d8286a1d4933fba (patch) | |
| tree | 41b1955592f8049e15debd6baa53dca8dfaf37c9 /ciigo.go | |
| parent | afc3d42262768ee6e559bd72408f9b6a052fd369 (diff) | |
| download | ciigo-d08388ce3ad56757bc0b2ccc0d8286a1d4933fba.tar.xz | |
Release ciigo v0.9.0 (2022-08-06)v0.9.0
=== New features
* all: export internal htmlGenerator as Converter
=== Chores
* all: add package build for Arch Linux
* all: set the Version automatically set during build
* all: convert the README using AsciiDoc
* all: merge internal/cmd/goembed to cmd/ciigo-example
Diffstat (limited to 'ciigo.go')
| -rw-r--r-- | ciigo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ const ( ) var ( - Version = `0.8.2` + Version = `0.9.0` defExcludes = []string{ `.*\.adoc$`, |
