Skip to content

Commit 0c42433

Browse files
committed
Bump version to 0.1.11
1 parent 0ac8d64 commit 0c42433

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.10"
5+
VERSION = "0.1.11"
66
end

0 commit comments

Comments
 (0)