From 5be9811afc5bb7cc5dfa94e597df830d435aef1a Mon Sep 17 00:00:00 2001 From: h Date: Tue, 13 Jan 2026 13:24:07 +1100 Subject: [PATCH 1/4] Update hlog/README.md --- hlog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlog/README.md b/hlog/README.md index 6f58543..2f346b9 100644 --- a/hlog/README.md +++ b/hlog/README.md @@ -1,4 +1,4 @@ -# HLog - v0.10.1-hlogdoc +# HLog - v0.10.1 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. From 90976ca98b4c63eaf80312414f194951e152e5ba Mon Sep 17 00:00:00 2001 From: h Date: Tue, 13 Jan 2026 13:26:09 +1100 Subject: [PATCH 2/4] Update hlog/README.md --- hlog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlog/README.md b/hlog/README.md index 2f346b9..9e66602 100644 --- a/hlog/README.md +++ b/hlog/README.md @@ -1,4 +1,4 @@ -# HLog - v0.10.1 +# HLog - v0.10.2 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. From 1b1fa12a459b4dba5c873d4e5719e5e5dd700d34 Mon Sep 17 00:00:00 2001 From: h Date: Tue, 13 Jan 2026 13:31:15 +1100 Subject: [PATCH 3/4] Add hlog/LICENSE --- hlog/LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hlog/LICENSE diff --git a/hlog/LICENSE b/hlog/LICENSE new file mode 100644 index 0000000..2048d73 --- /dev/null +++ b/hlog/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 haelnorr + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file From a255ee578e494f95ff176f5322ae964f1fbbe706 Mon Sep 17 00:00:00 2001 From: h Date: Tue, 13 Jan 2026 13:31:47 +1100 Subject: [PATCH 4/4] Update hlog/README.md --- hlog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlog/README.md b/hlog/README.md index 9e66602..bec8aaf 100644 --- a/hlog/README.md +++ b/hlog/README.md @@ -1,4 +1,4 @@ -# HLog - v0.10.2 +# 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.