From 6daaa6a73357f3601534767dc3de3b4707aa5269 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Tue, 13 Jan 2026 13:37:48 +1100 Subject: [PATCH 1/2] Updated version numbers for JWT, HWS, and HWSAuth wiki pages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added version v0.10.0-hlogdoc to JWT wiki - Added version v0.2.1-hlogdoc to HWS wiki - Added version v0.3.1-hlogdoc to HWSAuth wiki 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- HWS.md | 2 +- HWSAuth.md | 2 +- JWT.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HWS.md b/HWS.md index d1af954..61488f0 100644 --- a/HWS.md +++ b/HWS.md @@ -1,4 +1,4 @@ -# HWS +# HWS - v0.2.1-hlogdoc A lightweight, opinionated HTTP web server framework for Go built on top of the standard library's `net/http`. diff --git a/HWSAuth.md b/HWSAuth.md index 253ce13..c49cd17 100644 --- a/HWSAuth.md +++ b/HWSAuth.md @@ -1,4 +1,4 @@ -# hwsauth +# hwsauth - v0.3.1-hlogdoc JWT-based authentication middleware for the hws web framework. diff --git a/JWT.md b/JWT.md index 682beba..a533141 100644 --- a/JWT.md +++ b/JWT.md @@ -1,4 +1,4 @@ -# JWT Package +# JWT Package - v0.10.0-hlogdoc The `jwt` package provides comprehensive JWT (JSON Web Token) generation and validation with database-backed token revocation support. From f5a5a799d2362e3212f8780219c20d80a15c212e Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Tue, 13 Jan 2026 13:42:56 +1100 Subject: [PATCH 2/2] updated version numbers --- HLog.md | 4 +--- HWS.md | 2 +- HWSAuth.md | 2 +- Home.md | 4 ++-- JWT.md | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/HLog.md b/HLog.md index 6a50bfe..ae4b63e 100644 --- a/HLog.md +++ b/HLog.md @@ -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. diff --git a/HWS.md b/HWS.md index 61488f0..91c2db7 100644 --- a/HWS.md +++ b/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`. diff --git a/HWSAuth.md b/HWSAuth.md index c49cd17..f5b60bc 100644 --- a/HWSAuth.md +++ b/HWSAuth.md @@ -1,4 +1,4 @@ -# hwsauth - v0.3.1-hlogdoc +# HWSAuth - v0.3.2 JWT-based authentication middleware for the hws web framework. diff --git a/Home.md b/Home.md index 402ccd5..fe503ea 100644 --- a/Home.md +++ b/Home.md @@ -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 diff --git a/JWT.md b/JWT.md index a533141..0cc1404 100644 --- a/JWT.md +++ b/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.