diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 13:22:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 13:22:56 +0700 |
| commit | 050ae5215ba426a1f2a13dcc5555f9d1b21d9d56 (patch) | |
| tree | d3548fca3169da060efa8a7f71ecdc966c03b74a | |
| parent | 170f6155cba0e8517ee90cbdafeb8d883192c3b3 (diff) | |
| download | asciidoctor-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-- | CHANGELOG | 10 | ||||
| -rw-r--r-- | asciidoctor.go | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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" ) |
