From bf856af10bb91997aff0553a310922251c16cb17 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 8 Feb 2025 15:14:03 +0700 Subject: Release awwan v0.12.3 (2025-02-08) This release mostly chores, updating the dependencies, linters, and fix on integration testing with mkosi and Arch Linux. [CHORE] The default linters now "go vet" and internal/cmd/gocheck. The gocheck is collection of static Analyzers that are not included in "go vet" from golang.org/x/tools. [CHORE] The replace directive on esbuild and golang.org/x/crypt in go.mod has been removed. Maintaining fork is not easy and take a lot of time. As we seen in crypto fork, we are 10 minor versions behind upstream. So now we are back to using upstream. [CHORE] The integration tests using mkosi and Arch Linux has been fixed and updated. --- CHANGELOG.adoc | 22 ++++++++++++++++++++++ awwan.go | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 38eddde..64ff6ca 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,28 @@ This page document changes on each release. +[#v0_12_3] +== awwan v0.12.3 (2025-02-08) + +This release mostly chores, updating the dependencies, linters, and fix on +integration testing with mkosi and Arch Linux. + +[CHORE] +The default linters now "go vet" and internal/cmd/gocheck. +The gocheck is collection of static Analyzers that are not included in "go +vet" from golang.org/x/tools. + +[CHORE] +The replace directive on esbuild and golang.org/x/crypt in go.mod has been +removed. +Maintaining fork is not easy and take a lot of time. +As we seen in crypto fork, we are 10 minor versions behind upstream. +So now we are back to using upstream. + +[CHORE] +The integration tests using mkosi and Arch Linux has been fixed and updated. + + [#v0_12_2] == awwan v0.12.2 (2024-09-08) diff --git a/awwan.go b/awwan.go index 167cb48..24f89a5 100644 --- a/awwan.go +++ b/awwan.go @@ -20,7 +20,7 @@ import ( ) // Version current version of this module (library and program). -var Version = `0.12.2` +var Version = `0.12.3` // osGetwd define the handler to get current working directory. // -- cgit v1.3