Skip to content

Commit eb91989

Browse files
ndbroadbentclaude
andcommitted
Bump version to 0.1.10
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ebea73a commit eb91989

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
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
## [0.1.10] - 2026-01-23
13+
14+
### Added
15+
16+
- **Feature**: `request_id` now appears on all logs during a request, not just the request log
17+
1218
## [0.1.9] - 2026-01-23
1319

1420
### Changed

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

0 commit comments

Comments
 (0)