philiprehberger-structured_logger 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03457e3b8dbeb12b1eb34a344672baa4e2cd98fd601ea2b71e8e6ce0c2bcedfb
4
- data.tar.gz: 4067a29a06130c4923473f5daa9ccd5dccea65f6fedf04aca35fd88c77f70f26
3
+ metadata.gz: 50d320ddded4b27df7fd1288642a66633c791a208c902409758587319a5ed612
4
+ data.tar.gz: 934b1119be3f20d97ea378643f7565be4d8033f4c3d2a9f16e20d1648b031307
5
5
  SHA512:
6
- metadata.gz: f50731219d14fb4d57f473bbb24a1cb919469991e5968315cf0a768fda7af6d9db62f190003a8bd4114474113a0f0db8990fe064f0c4c6e44b80dacf92ec4c95
7
- data.tar.gz: 0e50cd5166c237bb68c2ecbb526d02adc08cbbd8dc2fe46b543e694b3f7198b20a2390ae8813f3aa4cb2b0dae8864294e9ad9f645ba129efdb167600b04eaa02
6
+ metadata.gz: 9a3f313e944d193a34245debfa06347340e0daec990911f672209a8a9221560d500db387bd8057ead52e13510c4552ebef2a4d35265d9a008d20c7f3276b0d13
7
+ data.tar.gz: 73a5a960e9d8b8b0287b4380a7a2df5bbce8d108831015dbe9c109a68729b3b56d813830a14828c7fd0aea641b315f1d27d21373f93ab350042d9032ce9a54fa
data/CHANGELOG.md CHANGED
@@ -6,7 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
- n## [0.3.1] - 2026-03-22
9
+
10
+ ## [0.3.3] - 2026-03-26
11
+
12
+ ### Fixed
13
+ - Add Sponsor badge to README
14
+ - Fix license section link format
15
+
16
+ ## [0.3.2] - 2026-03-24
17
+
18
+ ### Fixed
19
+ - Align README one-liner with gemspec summary
20
+ - Fix stray character in CHANGELOG formatting
21
+
22
+ ## [0.3.1] - 2026-03-22
10
23
 
11
24
  ### Changed
12
25
  - Update rubocop configuration for Windows compatibility
data/README.md CHANGED
@@ -3,8 +3,9 @@
3
3
  [![Tests](https://github.com/philiprehberger/rb-structured-logger/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-structured-logger/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-structured_logger.svg)](https://rubygems.org/gems/philiprehberger-structured_logger)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-structured-logger)](LICENSE)
6
+ [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](https://github.com/sponsors/philiprehberger)
6
7
 
7
- Structured JSON logger with context merging, child loggers, filtering, and async output for Ruby
8
+ Structured JSON logger with context and child loggers
8
9
 
9
10
  ## Requirements
10
11
 
@@ -293,4 +294,4 @@ bundle exec rubocop
293
294
 
294
295
  ## License
295
296
 
296
- MIT
297
+ [MIT](LICENSE)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module StructuredLogger
5
- VERSION = "0.3.1"
5
+ VERSION = "0.3.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-structured_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-23 00:00:00.000000000 Z
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A zero-dependency Ruby gem for structured JSON logging with context merging,
14
14
  child loggers, level filtering, and pluggable outputs.