diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-06 00:49:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-06 00:49:40 +0700 |
| commit | 9d8bb7a4699c8e34696535acd23c0ae4516adf6e (patch) | |
| tree | c3b3f715be4b1cb80f531c0644fd66fa9f175a06 /ciigo.go | |
| parent | 9a6a3e82589e4e21e7614a269281bf589c395a3a (diff) | |
| download | ciigo-9d8bb7a4699c8e34696535acd23c0ae4516adf6e.tar.xz | |
Release ciigo v0.9.2 (2022-09-06)v0.9.2
=== Bug fix
* all: check for symlink and re-fetch file info using os.Stat
=== Chores
* all: update all dependencies
* all: group all documents under directory _doc
* all: try to fix test that sometimes fail inside container
* all: add tasks to setup test inside systemd container
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.9.1` + Version = `0.9.2` defExcludes = []string{ `.*\.adoc$`, |
