File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ ## [ 0.1.11] - 2026-01-28
13+
14+ ### Changed
15+
16+ - ** Dev** : Added jscpd task/config and refactored repeated helpers in tests and codegen
17+
18+ ### Fixed
19+
20+ - ** Fix** : Restore request logs in Puma cluster mode by reopening SemanticLogger in forked workers
21+ - ** Fix** : Normalize ActiveJob and GoodJob timestamps to real wall clock time
22+ - ** Fix** : Tagged logging now emits ` msg ` instead of ` message ` for AMS-style logs
23+
1224## [ 0.1.10] - 2026-01-23
1325
1426### Added
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module LogStruct
5- VERSION = "0.1.10 "
5+ VERSION = "0.1.11 "
66end
You can’t perform that action at this time.
0 commit comments