summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-03-03 00:45:13 +0700
committerShulhan <ms@kilabit.info>2023-03-03 00:45:13 +0700
commitcc59d3e765acd364376f5f7df143d318ca23f8c8 (patch)
tree517dbdf764ecfb0b15b7466d1d4378395194c39a
parent50087bcbfdbe11adfa7f37eab9b322d8ae96a4e8 (diff)
downloadawwan-0.6.2.tar.xz
Release awwan v0.6.2 (2023-03-03)v0.6.2
This release set minimum Go to 1.18 and update all dependencies. === Chores * all: fix the git clone URL in README * all: restructure the documents
-rw-r--r--_doc/CHANGELOG.adoc29
-rw-r--r--awwan.go2
2 files changed, 30 insertions, 1 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc
index 76cf51a..73cf784 100644
--- a/_doc/CHANGELOG.adoc
+++ b/_doc/CHANGELOG.adoc
@@ -5,6 +5,35 @@
:sectanchors:
:sectlinks:
+
+[#v0_6_2]
+== awwan v0.6.2 (2023-03-03)
+
+This release set minimum Go to 1.18 and update all dependencies.
+
+[#v0_6_2__chores]
+=== Chores
+
+all: fix the git clone URL in README::
++
+The clone URL should be in https scheme to make works for non-authenticated
+user.
+
+
+all: restructure the documents::
++
+--
+Changes,
+
+* Store all documents into directory _doc. This changes make the
+ directory doc inside _www become symlinks.
+* Move CHANGELOG.adoc to _doc
+* Rename README.adoc to README so it can be rendered on git.sr.ht, and
+ make it symlink so it can still rendered as AsciiDoc on GitHub.
+* Add To-do to _doc/index.adoc that was previously uncommitted as NOTEs
+--
+
+
[#v0_6_1]
== awwan v0.6.1 (2022-08-06)
diff --git a/awwan.go b/awwan.go
index fbd0d36..3c7efe8 100644
--- a/awwan.go
+++ b/awwan.go
@@ -22,7 +22,7 @@ import (
)
const (
- Version = "0.6.0"
+ Version = `0.6.2`
CommandModeBuild = "build"
CommandModeLocal = "local"