From e270e2c4f24999475e36f4efa80818c3b32e1baa Mon Sep 17 00:00:00 2001 From: Mathias Pius Date: Wed, 13 Nov 2024 14:45:36 +0100 Subject: [PATCH] chore: bump version to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 489c653..12ec8b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-opentelemetry" -version = "0.27.0" +version = "0.28.0" description = "OpenTelemetry integration for tracing" homepage = "https://github.com/tokio-rs/tracing-opentelemetry" repository = "https://github.com/tokio-rs/tracing-opentelemetry"