updated version numbers

2026-01-13 13:42:56 +11:00
parent 6daaa6a733
commit f5a5a799d2
5 changed files with 6 additions and 8 deletions

@@ -1,6 +1,4 @@
# HLog - Structured Logging for Go
**Version:** v0.10.1-hlogdoc
# HLog - v0.10.2
HLog is a structured logging package built on top of [zerolog](https://github.com/rs/zerolog), providing simple configuration, flexible output options, and automatic log file management for Go applications.

2
HWS.md

@@ -1,4 +1,4 @@
# HWS - v0.2.1-hlogdoc
# HWS - v0.2.2
A lightweight, opinionated HTTP web server framework for Go built on top of the standard library's `net/http`.

@@ -1,4 +1,4 @@
# hwsauth - v0.3.1-hlogdoc
# HWSAuth - v0.3.2
JWT-based authentication middleware for the hws web framework.

@@ -1,6 +1,6 @@
# golib Wiki
# h/golib Wiki
Welcome to the golib documentation wiki. This wiki provides comprehensive documentation for all golib modules.
Welcome to the h/golib documentation wiki. This wiki provides comprehensive documentation for all golib modules.
## Modules

2
JWT.md

@@ -1,4 +1,4 @@
# JWT Package - v0.10.0-hlogdoc
# JWT Package - v0.10.1
The `jwt` package provides comprehensive JWT (JSON Web Token) generation and validation with database-backed token revocation support.