aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 13:41:08 +0700
committerShulhan <ms@kilabit.info>2025-12-27 13:41:08 +0700
commit2aedfd279a082fb3a6c05ae9f70b01005f499ef9 (patch)
tree5869b7b989d64755b909a92420cb259f168d8cb4
parent9ac6c7af20c0e456a1551eca751221878fcc4a9e (diff)
downloadciigo-2aedfd279a082fb3a6c05ae9f70b01005f499ef9.tar.xz
Release ciigo v0.15.3 (2025-12-27)v0.15.3
This is the last release for year 2025. In the README, we fix broken "Change log" link when rendered on pkg.go.dev and sr.ht sites. The go.mod has been updated to use minimum Go 1.24.0; and all dependencies has been updated to latest release. Happy holidays!
-rw-r--r--CHANGELOG.adoc13
-rw-r--r--ciigo.go2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 218a105..54e9365 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -6,6 +6,19 @@ Shulhan <ms@kilabit.info>
:sectanchors:
:sectlinks:
+[#v0_15_3]
+== ciigo v0.15.3 (2025-12-27)
+
+This is the last release for year 2025.
+
+In the README, we fix broken "Change log" link when rendered on pkg.go.dev
+and sr.ht sites.
+
+The go.mod has been updated to use minimum Go 1.24.0; and all dependencies
+has been updated to latest release.
+
+Happy holidays!
+
[#v0_15_2]
== ciigo v0.15.2 (2025-04-18)
diff --git a/ciigo.go b/ciigo.go
index 792a2cf..6f08b31 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -28,7 +28,7 @@ const (
)
// Version define the latest tagged release of this module.
-var Version = `0.15.2`
+var Version = `0.15.3`
// defExcludes define default files to be excludes on GoEmbed.
var defExcludes = []string{