aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-02-08 15:14:03 +0700
committerShulhan <ms@kilabit.info>2025-02-08 15:14:03 +0700
commitbf856af10bb91997aff0553a310922251c16cb17 (patch)
tree99cd5515eadeffb6dd0de5b5c63f6f73dd10b25f /CHANGELOG.adoc
parenta8a2d723d9d3cd5df3b7c241d9d3c214d447e281 (diff)
downloadawwan-bf856af10bb91997aff0553a310922251c16cb17.tar.xz
Release awwan v0.12.3 (2025-02-08)v0.12.3
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.
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc22
1 files changed, 22 insertions, 0 deletions
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)