Skip to content

Commit b692969

Browse files
committed
Release 5.1.0
1 parent a71d56b commit b692969

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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.0.2"
11+
version = "5.1.0"
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.0.2", path = "./foundations" }
29-
foundations-macros = { version = "5.0.2", path = "./foundations-macros", default-features = false }
28+
foundations = { version = "5.1.0", path = "./foundations" }
29+
foundations-macros = { version = "5.1.0", path = "./foundations-macros", default-features = false }
3030
bindgen = { version = "0.72", default-features = false }
3131
cc = "1.0"
3232
cf-rustracing = "1.2"

RELEASE_NOTES.md

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

2+
5.1.0
3+
- 2025-09-30 Add a new SharedSpanHandle::Inactive variant
4+
- 2025-09-18 Add set_span_finish_callback macro to telemetry::tracing
5+
- 2025-09-30 Work around broken --cfg docsrs in other crates
6+
- 2025-09-30 Remove doc_auto_cfg to clear errors on nightly
7+
- 2025-09-24 Fix rerun directive issuance for build inputs
8+
29
5.0.2
10+
- 2025-09-24 Release 5.0.2
311
- 2025-09-23 Fix regression that causes unconditional rebuilds
412

513
5.0.1

0 commit comments

Comments
 (0)