diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 13:03:59 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 13:03:59 +0700 |
| commit | 0f85c1d2ee885ab12a237393902d401490e89bb6 (patch) | |
| tree | 77ff3196e59937b69c39a4cb566490af4706d60f /CHANGELOG.adoc | |
| parent | b7b42286bc528f7ed01284545f19c52e3c799880 (diff) | |
| download | pakakeh.go-0.60.2.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.
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 17 |
1 files changed, 17 insertions, 0 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) |
