From 7056d6876de8bdffdae6729542770385d6364667 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:48:35 +0000 Subject: [PATCH] chore: release --- axum-tracing-opentelemetry/Cargo.toml | 2 +- init-tracing-opentelemetry/Cargo.toml | 2 +- tonic-tracing-opentelemetry/Cargo.toml | 2 +- tracing-opentelemetry-instrumentation-sdk/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/axum-tracing-opentelemetry/Cargo.toml b/axum-tracing-opentelemetry/Cargo.toml index 02b1234..d405a79 100644 --- a/axum-tracing-opentelemetry/Cargo.toml +++ b/axum-tracing-opentelemetry/Cargo.toml @@ -11,7 +11,7 @@ categories = [ homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/axum-tracing-opentelemetry" rust-version.workspace = true edition.workspace = true -version = "0.26.1" +version = "0.26.2" authors.workspace = true repository.workspace = true license.workspace = true diff --git a/init-tracing-opentelemetry/Cargo.toml b/init-tracing-opentelemetry/Cargo.toml index 431c114..83ffea0 100644 --- a/init-tracing-opentelemetry/Cargo.toml +++ b/init-tracing-opentelemetry/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["tracing", "opentelemetry"] categories = ["development-tools::debugging", "development-tools::profiling"] homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry" edition.workspace = true -version = "0.27.1" +version = "0.27.2" authors.workspace = true repository.workspace = true license.workspace = true diff --git a/tonic-tracing-opentelemetry/Cargo.toml b/tonic-tracing-opentelemetry/Cargo.toml index 81c5321..a943d19 100644 --- a/tonic-tracing-opentelemetry/Cargo.toml +++ b/tonic-tracing-opentelemetry/Cargo.toml @@ -10,7 +10,7 @@ categories = [ ] homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry" edition.workspace = true -version = "0.26.1" +version = "0.26.2" authors.workspace = true repository.workspace = true license.workspace = true diff --git a/tracing-opentelemetry-instrumentation-sdk/Cargo.toml b/tracing-opentelemetry-instrumentation-sdk/Cargo.toml index ef82b8d..a4835e9 100644 --- a/tracing-opentelemetry-instrumentation-sdk/Cargo.toml +++ b/tracing-opentelemetry-instrumentation-sdk/Cargo.toml @@ -10,7 +10,7 @@ categories = [ ] homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk" edition.workspace = true -version = "0.26.0" +version = "0.26.1" authors.workspace = true repository.workspace = true license.workspace = true