Skip to content

Commit f754c64

Browse files
committed
Bump version to 0.1.9
1 parent cd9a8af commit f754c64

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

1010
### Changed
1111

12+
## [0.1.9] - 2026-01-23
13+
14+
### Changed
15+
1216
- **Fix**: ActiveJob integration handles Rails main event reporter subscribers
1317
- **Fix**: Rack error handler avoids deprecated CSRF exception class on Rails main
1418
- **CI**: Added Rails main daily integration run and updated Rails test matrix (7.1.6, 7.2.3, 8.0.4, 8.1.2)

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

0 commit comments

Comments
 (0)