v0.2.9
What's Changed
- feat: link ColdBrew trace ID to OTEL span — sets
coldbrew.trace_idattribute on the OTEL span, including on early-return path - chore: bump go-coldbrew/log v0.2.7 → v0.2.8 (slog default)
- fix: Makefile bench regex (
^$→^$$)
coldbrew.trace_id attribute on the OTEL span, including on early-return path^$ → ^$$)