From 663fdaf45162ac0eb1b45672f90fa58b73ab6f04 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 14:03:40 +0700 Subject: Release awwan v0.13.0 (2025-12-27) [NEW FEATURES] Add option "$noparse" for magic "#put" command. The "$noparse" option allow copying file without reading and parsing the input file. [CHORES] Fix "reuse lint" warnings due to embedded SPDX annotation. Fix field alignment on struct Statement. --- CHANGELOG.adoc | 14 ++++++++++++++ awwan.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 64ff6ca..dd8e841 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,20 @@ This page document changes on each release. +[#v0_13_0] +== awwan v0.13.0 (2025-12-27) + +[NEW FEATURES] +Add option "$noparse" for magic "#put" command. +The "$noparse" option allow copying file without reading and parsing +the input file. + +[CHORES] +Fix "reuse lint" warnings due to embedded SPDX annotation. + +Fix field alignment on struct Statement. + + [#v0_12_3] == awwan v0.12.3 (2025-02-08) diff --git a/awwan.go b/awwan.go index 24f89a5..06d59bf 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.3` +var Version = `0.13.0` // osGetwd define the handler to get current working directory. // -- cgit v1.3