diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-24 21:56:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-24 21:56:02 +0700 |
| commit | cd24f44c54b0a4a22fa9d4413fffab718df9052a (patch) | |
| tree | 6f57797108e3d26bb199139957e39d4191652f54 /cmd | |
| parent | b1ac34fb775bcf0d15ac61de7dcbb6c30d03f46d (diff) | |
| download | ciigo-cd24f44c54b0a4a22fa9d4413fffab718df9052a.tar.xz | |
Release ciigo v0.8.2 (2022-07-24)v0.8.2
The latest update on asciidoctor-go refactor the generated ref ID where
ref ID is no longer prefixed with "\_" if start with ASCII letter.
=== Enhancements
* all: generate HTML meta data and replace the top header title
The following metadata are rendered based on the same asciidoc
attributes: author, description, generator, and keywords.
* all: add CSS for admonition block
* all: update CSS for description list
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/ciigo/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ciigo/main.go b/cmd/ciigo/main.go index 5254243..ae15f59 100644 --- a/cmd/ciigo/main.go +++ b/cmd/ciigo/main.go @@ -46,7 +46,7 @@ const ( cmdServe = "serve" cmdVersion = "version" - version = "0.8.1" + version = "0.8.2" ) func main() { |
