diff --git a/hlog/README.md b/hlog/README.md index 6f58543..bec8aaf 100644 --- a/hlog/README.md +++ b/hlog/README.md @@ -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. diff --git a/hws/README.md b/hws/README.md index 22baebd..35e5398 100644 --- a/hws/README.md +++ b/hws/README.md @@ -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. diff --git a/hwsauth/README.md b/hwsauth/README.md index 70cbf0e..f5367a0 100644 --- a/hwsauth/README.md +++ b/hwsauth/README.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/jwt/README.md b/jwt/README.md index b6074e2..a9fd41b 100644 --- a/jwt/README.md +++ b/jwt/README.md @@ -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.