updated version numbers

This commit is contained in:
2026-01-13 13:40:25 +11:00
parent bdae21ec0b
commit 51045537b2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# HLog - v0.10.1-hlogdoc
# HLog - v0.10.3
A structured logging package for Go built on top of [zerolog](https://github.com/rs/zerolog). HLog provides simple configuration via environment variables, flexible output options, and automatic log file management.

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
# JWT - v0.10.0-hlogdoc
# JWT - v0.10.1
JWT (JSON Web Token) generation and validation with database-backed token revocation support.