summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-08-04 22:23:16 +0700
committerShulhan <ms@kilabit.info>2024-08-04 22:23:16 +0700
commit03707011785fe5c9d3afa0491f5a7154ef028576 (patch)
tree334ae55af7e558e6b5af8c59bf0fb0a9d2671ba6
parent58dcf810c8187df5a8558eef31fd4f4530748adf (diff)
downloadciigo-0.13.1.tar.xz
Release ciigo v0.13.1 (2024-08-04)v0.13.1
=== Bug fixes * Fix "serve" not detecting new files:: If there is new files on the root of directory it will not detected automatically. This release now fix this issue. === Others * all: remove Limitations and update Links The asciidoc-go library now support scanning symlink inside Root directory. The Links sections merge the previous contents from old index.adoc. * all: update the CLI usage in the README There are three places for command usage: one in main Go doc, one in the program usage, and one in README. If we changes the flags we need to update three of them, and sometimes we forgot. To simplify, we remove the one in the Go doc main program.
-rw-r--r--CHANGELOG.adoc29
-rw-r--r--README.md2
-rw-r--r--ciigo.go2
3 files changed, 32 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 4d3e04d..934ddf8 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -6,6 +6,35 @@ Shulhan <ms@kilabit.info>
:sectanchors:
:sectlinks:
+[#v0_13_1]
+== ciigo v0.13.1 (2024-08-04)
+
+[#v0_13_1__bug_fixes]
+=== Bug fixes
+
+Fix "serve" not detecting new files::
++
+If there is new files on the root of directory it will not detected
+automatically.
+This release now fix this issue.
+
+[#v0_13_1__others]
+=== Others
+
+all: remove Limitations and update Links::
++
+The asciidoc-go library now support scanning symlink inside Root
+directory.
+The Links sections merge the previous contents from old index.adoc.
+
+all: update the CLI usage in the README::
++
+There are three places for command usage: one in main Go doc, one in the
+program usage, and one in README.
+If we changes the flags we need to update three of them, and sometimes
+we forgot.
+To simplify, we remove the one in the Go doc main program.
+
[#v0_13_0]
== ciigo v0.13.0 (2024-05-12)
diff --git a/README.md b/README.md
index cab739e..8ff9999 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,8 @@ request for new feature.
<https://pkg.go.dev/git.sr.ht/~shulhan/ciigo> - Go module documentation.
+[Change log](/CHANGELOG.html) - Log of each releases.
+
## License
diff --git a/ciigo.go b/ciigo.go
index 46664d6..cd857e4 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -27,7 +27,7 @@ const (
)
// Version define the latest tagged release of this module.
-var Version = `0.13.0`
+var Version = `0.13.1`
// defExcludes define default files to be excludes on GoEmbed.
var defExcludes = []string{