We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fffd6 commit 5a3f1fdCopy full SHA for 5a3f1fd
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [Unreleased]
2
+
3
+### Breaking Changes
4
5
+- Upgrade to opentelemetry 0.25. Refer to the upstream
6
+ [changelog](https://github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.25.0)
7
+ for more information.
8
9
# 0.25.0 (July 21, 2024)
10
11
### Breaking Changes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tracing-opentelemetry"
-version = "0.25.0"
+version = "0.26.0"
description = "OpenTelemetry integration for tracing"
homepage = "https://github.com/tokio-rs/tracing-opentelemetry"
repository = "https://github.com/tokio-rs/tracing-opentelemetry"
0 commit comments