Skip to content

Commit 00fea94

Browse files
ndbroadbentclaude
andcommitted
bump version to 0.1.5
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5d6427b commit 00fea94

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Changed
99

10+
## [0.1.5] - 2025-11-30
11+
12+
- **Fix**: Development logs no longer wrapped in `{message: "..."}` when LogStruct is disabled
13+
- The TaggedLogging formatter monkey patch now checks `LogStruct.enabled?` before modifying log messages
14+
- This preserves original Rails logging behavior in development mode
15+
1016
## [0.1.4] - 2025-10-13
1117

1218
- Improve rack spoof handling and split integration setup

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.4)
4+
logstruct (0.1.5)
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.4"
5+
VERSION = "0.1.5"
66
end

0 commit comments

Comments
 (0)