From cc59d3e765acd364376f5f7df143d318ca23f8c8 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 3 Mar 2023 00:45:13 +0700 Subject: Release awwan v0.6.2 (2023-03-03) 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 --- _doc/CHANGELOG.adoc | 29 +++++++++++++++++++++++++++++ awwan.go | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) 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" -- cgit v1.3