From b2db5a1a02cf91ba7e3686cd5fca3d0dbc810707 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Fri, 13 Mar 2026 08:14:57 +0100 Subject: [PATCH] Bump version to v0.15.0 As https://github.com/elastic/devfiler/pull/77 introduces breaking changes (https://github.com/open-telemetry/opentelemetry-proto/pull/724/), bump the version of devfiler. Signed-off-by: Florian Lehner --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3e68da..aaa1c6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,7 +722,7 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" [[package]] name = "devfiler" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 596de21..1f31b5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devfiler" -version = "0.14.0" +version = "0.15.0" edition = "2021" rust-version = "1.88.0" license = "Apache-2.0"