Skip to content

Commit c8974db

Browse files
committed
Release 5.1.1
1 parent f75f642 commit c8974db

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "5.1.0"
11+
version = "5.1.1"
1212
repository = "https://github.com/cloudflare/foundations"
1313
edition = "2021"
1414
authors = ["Cloudflare"]
@@ -25,8 +25,8 @@ debug = 1
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.75"
28-
foundations = { version = "5.1.0", path = "./foundations" }
29-
foundations-macros = { version = "5.1.0", path = "./foundations-macros", default-features = false }
28+
foundations = { version = "5.1.1", path = "./foundations" }
29+
foundations-macros = { version = "5.1.1", path = "./foundations-macros", default-features = false }
3030
bindgen = { version = "0.72", default-features = false }
3131
cc = "1.0"
3232
cf-rustracing = "1.2.1"

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

2+
5.1.1
3+
- 2025-10-15 Use const initialization for INACTIVE_SPAN
4+
- 2025-10-15 Bump tonic to v0.14 and opentelemetry to v0.31
5+
26
5.1.0
7+
- 2025-10-01 Release 5.1.0
38
- 2025-09-30 Add a new SharedSpanHandle::Inactive variant
49
- 2025-09-18 Add set_span_finish_callback macro to telemetry::tracing
510
- 2025-09-30 Work around broken --cfg docsrs in other crates

0 commit comments

Comments
 (0)