Skip to content

Commit 5e7bdb6

Browse files
committed
bump version to 0.1.4
1 parent 8b5ec69 commit 5e7bdb6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.3] - 2025-10-11
9-
108
### Changed
119

10+
## [0.1.4] - 2025-10-13
11+
12+
- Improve rack spoof handling and split integration setup
13+
14+
## [0.1.3] - 2025-10-11
15+
1216
- **Fix**: Changed storage, queue name, and format fields from `String` to `Symbol` type to match Rails conventions
1317
- Affected log types: ActiveStorage, CarrierWave, Shrine (storage field), ActiveJob, GoodJob (queue_name field), Request (format field)
1418
- JSON logging now enabled for all test runs (both local and CI) to ensure tests catch production bugs

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
logstruct (0.1.3)
4+
logstruct (0.1.4)
55
lograge (>= 0.11)
66
rails (>= 7.1)
77
semantic_logger (~> 4.15)

lib/log_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module LogStruct
5-
VERSION = "0.1.3"
5+
VERSION = "0.1.4"
66
end

0 commit comments

Comments
 (0)