Skip to content

Commit 5634d06

Browse files
committed
bump
1 parent eaca267 commit 5634d06

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sysinfo = "0.32"
7474
tempfile = "3.3.0"
7575
testcontainers = "0.23.1"
7676
tracing-log = "0.2"
77-
tracing-opentelemetry = "0.30"
77+
tracing-opentelemetry = "0.31"
7878
typed-builder = "0.20"
7979
uuid = "1.3"
8080

opentelemetry-appender-tracing/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## vNext
44

5+
## 0.30.1
6+
7+
Released 2025-June-05
8+
9+
- Bump `tracing-opentelemetry` to 0.31
10+
511
## 0.30.0
612

713
Released 2025-May-23

opentelemetry-appender-tracing/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opentelemetry-appender-tracing"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
edition = "2021"
55
description = "An OpenTelemetry log appender for the tracing crate"
66
homepage = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-appender-tracing"
@@ -18,7 +18,7 @@ tracing = { workspace = true, features = ["std"]}
1818
tracing-core = { workspace = true }
1919
tracing-log = { workspace = true, optional = true }
2020
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
21-
# tracing-opentelemetry = { workspace = true, optional = true }
21+
tracing-opentelemetry = { workspace = true, optional = true }
2222

2323
[dev-dependencies]
2424
log = { workspace = true }
@@ -37,8 +37,7 @@ pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
3737
default = []
3838
experimental_metadata_attributes = ["dep:tracing-log"]
3939
spec_unstable_logs_enabled = ["opentelemetry/spec_unstable_logs_enabled"]
40-
# TODO: Enable this back in 0.30.1 after tracing-opentelemetry is released
41-
# experimental_use_tracing_span_context = ["tracing-opentelemetry"]
40+
experimental_use_tracing_span_context = ["tracing-opentelemetry"]
4241

4342

4443
[[bench]]

0 commit comments

Comments
 (0)