File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44# Copyright, 2021-2025, by Samuel Williams.
55
66module Traces
7- VERSION = "0.18.0 "
7+ VERSION = "0.18.1 "
88end
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Please see the [project documentation](https://socketry.github.io/traces/) for m
2525
2626Please see the [ project releases] ( https://socketry.github.io/traces/releases/index ) for all releases.
2727
28+ ### v0.18.1
29+
30+ - Don't call ` prepare ` in ` traces/provider.rb ` . It can cause circular loading warnings.
31+
2832### v0.18.0
2933
3034 - ** W3C Baggage Support** - Full support for W3C Baggage specification for application-specific context propagation.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.18.1
44
55 - Don't call ` prepare ` in ` traces/provider.rb ` . It can cause circular loading warnings.
66
You can’t perform that action at this time.
0 commit comments