summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 13:03:59 +0700
committerShulhan <ms@kilabit.info>2025-12-27 13:03:59 +0700
commit0f85c1d2ee885ab12a237393902d401490e89bb6 (patch)
tree77ff3196e59937b69c39a4cb566490af4706d60f
parentb7b42286bc528f7ed01284545f19c52e3c799880 (diff)
downloadpakakeh.go-0f85c1d2ee885ab12a237393902d401490e89bb6.tar.xz
Release pakakeh.go v0.60.2 (2025-12-27)v0.60.2
This is periodic and last release of pakakeh.go for year 2025. There is no changes on code level only on documentation. In the _doc, we merge the index.adoc into README.md so we can served the _doc directory under https://kilabit.info/project/pakakeh.go . We also fix some broken links in documentation files. In lib/time, add missing "Hourly" section in the package documentation. The go.mod is updated to use Go 1.24.0 as minimum version; and all dependencies has been updated to latest release.
-rw-r--r--CHANGELOG.adoc17
-rw-r--r--pakakeh.go2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 020f2bb3..13b03410 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -28,6 +28,23 @@ link:CHANGELOG_2018-2019.html[Changelog from 2018 to 2019^].
This is changelog for `pakakeh.go` module since v0.1.0 until v0.11.0.
//{{{
+[#v0_60_2]
+== pakakeh.go v0.60.2 (2025-12-27)
+
+This is periodic and last release of pakakeh.go for year 2025.
+There is no changes on code level only on documentation.
+
+In the _doc, we merge the index.adoc into README.md so we can served the
+_doc directory under https://kilabit.info/project/pakakeh.go .
+We also fix some broken links in documentation files.
+
+In lib/time, add missing "Hourly" section in the package documentation.
+
+The go.mod is updated to use Go 1.24.0 as minimum version; and all
+dependencies has been updated to latest release.
+
+//}}}
+//{{{
[#v0_60_1]
== pakakeh.go v0.60.1 (2025-04-18)
diff --git a/pakakeh.go b/pakakeh.go
index d77a6e35..0b24a4ac 100644
--- a/pakakeh.go
+++ b/pakakeh.go
@@ -7,5 +7,5 @@ package pakakeh
var (
// Version of this module.
- Version = `0.60.1`
+ Version = `0.60.2`
)