From 0f85c1d2ee885ab12a237393902d401490e89bb6 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 13:03:59 +0700 Subject: Release 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. --- CHANGELOG.adoc | 17 +++++++++++++++++ pakakeh.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 020f2bb3..13b03410 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -27,6 +27,23 @@ This is changelog for `pakakeh.go` module since v0.12.0 until v0.21.0. 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` ) -- cgit v1.3