From a920559e1439abc794ecbfd8f795da1f64ebfa96 Mon Sep 17 00:00:00 2001 From: Christopher Schramm Date: Tue, 11 Feb 2025 17:31:38 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd69f6e..eaacf15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-opentelemetry" -version = "0.28.0" +version = "0.29.0" description = "OpenTelemetry integration for tracing" homepage = "https://github.com/tokio-rs/tracing-opentelemetry" repository = "https://github.com/tokio-rs/tracing-opentelemetry"