~shulhan/awwan

1b3ca357ef8294fcf9a35d46cc2ea194b4b09dc2 — Shulhan a month ago 587ba4e dev main v0.12.2
Release awwan v0.12.2 (2024-09-08)

=== Chores

* all: replace licensing format to REUSE.toml

  Using ".reuse/dep5" has been deprecated since REUSE v3.2.0.

* _wui: update wui submodule URL

  The wui submodule has been renamed to "pakakeh.ts".
2 files changed, 16 insertions(+), 1 deletions(-)

M CHANGELOG.adoc
M awwan.go
M CHANGELOG.adoc => CHANGELOG.adoc +15 -0
@@ 6,6 6,21 @@

This page document changes on each release.

[#v0_12_2]
== awwan v0.12.2 (2024-09-08)

[#v0_12_2__chores]
=== Chores

all: replace licensing format to REUSE.toml::
+
Using ".reuse/dep5" has been deprecated since REUSE v3.2.0.

_wui: update wui submodule URL::
+
The wui submodule has been renamed to "pakakeh.ts".


[#v0_12_1]
== awwan v0.12.1 (2024-04-06)


M awwan.go => awwan.go +1 -1
@@ 20,7 20,7 @@ import (
)

// Version current version of this module (library and program).
var Version = `0.12.1`
var Version = `0.12.2`

// osGetwd define the handler to get current working directory.
//