Skip to content

Commit 3770cd2

Browse files
committed
Bump patch version.
1 parent 168f6ae commit 3770cd2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/traces/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2021-2025, by Samuel Williams.
55

66
module Traces
7-
VERSION = "0.18.0"
7+
VERSION = "0.18.1"
88
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Please see the [project documentation](https://socketry.github.io/traces/) for m
2525

2626
Please 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.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)