aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG10
-rw-r--r--asciidoctor.go2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2e2628c..ff2f812 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,16 @@ Shulhan <ms@kilabit.info>
:toc:
:sectlinks:
+[#v0_7_2]
+== asciidoctor-go v0.7.2 (2025-12-27)
+
+This release update the README so the _doc directory can be served under
+https://kilabit.info/project/asciidoctor-go .
+
+The go.mod is updated to use minimum Go 1.24.0 and all dependencies has been
+updated to latest release.
+
+
[#v0_7_1]
== asciidoctor-go v0.7.1 (2025-04-18)
diff --git a/asciidoctor.go b/asciidoctor.go
index 53f5203..1a41f97 100644
--- a/asciidoctor.go
+++ b/asciidoctor.go
@@ -11,7 +11,7 @@ import "git.sr.ht/~shulhan/pakakeh.go/lib/math/big"
const (
// Version of this module.
- Version = `0.7.1`
+ Version = `0.7.2`
_lf = "\n"
)