aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 13:22:56 +0700
committerShulhan <ms@kilabit.info>2025-12-27 13:22:56 +0700
commit050ae5215ba426a1f2a13dcc5555f9d1b21d9d56 (patch)
treed3548fca3169da060efa8a7f71ecdc966c03b74a
parent170f6155cba0e8517ee90cbdafeb8d883192c3b3 (diff)
downloadasciidoctor-go-050ae5215ba426a1f2a13dcc5555f9d1b21d9d56.tar.xz
Release asciidoctor-go v0.7.2 (2025-12-27)v0.7.2
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.
-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"
)