diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-07 23:18:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-07 23:18:50 +0700 |
| commit | b989345275c1e44eefe0e5e5fc5a37b09bf4b48c (patch) | |
| tree | b71f86cf4202fa6497e699e70c19cac3d1a70c19 | |
| parent | 4e29d6f0435062c0ccb507ff6ca8d1239b5013bc (diff) | |
| download | ciigo-b989345275c1e44eefe0e5e5fc5a37b09bf4b48c.tar.xz | |
Release ciigo v0.9.1 (2022-08-07)v0.9.1
=== Bug fixes
* all: remove delay for testing Watch.
The delay sometimes cause the test locked and hung.
* all: fix HTML template loaded during Serve on non-development
The HTML template in the ServeOptions should not read when ciigo.Serve
running on non-development environment.
| -rw-r--r-- | CHANGELOG.adoc | 17 | ||||
| -rw-r--r-- | ciigo.go | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index cda2bdb..2f91ad0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,23 @@ Shulhan <ms@kilabit.info> :sectlinks: +[#v0_9_1] +== ciigo v0.9.1 (2022-08-07) + +[#v0_9_1_bug_fixes] +=== Bug fixes + +all: remove delay for testing Watch:: +The delay sometimes cause the test locked and hung. + +all: fix HTML template loaded during Serve on non-development:: ++ +-- +The HTML template in the ServeOptions should not read when ciigo.Serve +running on non-development environment. +-- + + [#v0_9_0] == ciigo v0.9.0 (2022-08-06) @@ -26,7 +26,7 @@ const ( ) var ( - Version = `0.9.0` + Version = `0.9.1` defExcludes = []string{ `.*\.adoc$`, |
