From 28afb0e539f7d8810e939013eaf7e2e94e1cd327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Thu, 3 Sep 2026 17:02:53 +0100 Subject: [PATCH] chore: Release --- Cargo.toml | 6 +++--- RELEASE_NOTES.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ae71d8c..e5e85125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ resolver = "3" [workspace.package] -version = "5.10.0" +version = "5.10.1" repository = "https://github.com/cloudflare/foundations" edition = "2024" authors = ["Cloudflare"] @@ -42,8 +42,8 @@ check-cfg = [ [workspace.dependencies] anyhow = "1.0.102" backtrace = "0.3.76" -foundations = { version = "5.10.0", path = "./foundations", default-features = false } -foundations-macros = { version = "=5.10.0", path = "./foundations-macros", default-features = false } +foundations = { version = "5.10.1", path = "./foundations", default-features = false } +foundations-macros = { version = "=5.10.1", path = "./foundations-macros", default-features = false } foundations-metrics-registry = { version = "1.0.0", path = "./foundations-metrics-registry", default-features = false } foundations-metrics = { version = "0.1.0-beta.3", path = "./foundations-metrics", default-features = false } bindgen = { version = "0.72.1", default-features = false } diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1711d04f..9d2a293f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,9 @@ +5.10.1 +- 2026-09-03 feat(telemetry): attach user spans to contexts +- 2026-09-03 refactor(telemetry): distinguish deferred user spans +- 2026-09-03 feat(telemetry): add deferred user span activation + 5.10.0 - 2026-08-28 feat(examples): add span_with_probe demo workload - 2026-08-28 feat(telemetry): add span_with_probe! macro and span_fn's end_probe option