From 050ae5215ba426a1f2a13dcc5555f9d1b21d9d56 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 13:22:56 +0700 Subject: Release 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. --- CHANGELOG | 10 ++++++++++ asciidoctor.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2e2628c..ff2f812 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,16 @@ Shulhan :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" ) -- cgit v1.3