Skip to content

Commit f4b0f6b

Browse files
committed
Release 4.4.2
1 parent afb6439 commit f4b0f6b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "4.4.1"
11+
version = "4.4.2"
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 = "4.4.1", path = "./foundations" }
29-
foundations-macros = { version = "4.4.1", path = "./foundations-macros", default-features = false }
28+
foundations = { version = "4.4.2", path = "./foundations" }
29+
foundations-macros = { version = "4.4.2", path = "./foundations-macros", default-features = false }
3030
bindgen = { version = "0.68.1", default-features = false }
3131
cc = "1.0"
3232
cf-rustracing = "1.1"

RELEASE_NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

2+
4.4.2
3+
- 2025-03-05 Fix build on Windows (#115)
4+
- 2025-02-26 Logging: Use File::create when opening output file
5+
26
4.4.1
7+
- 2025-02-26 Release 4.4.1
38
- 2025-02-26 Report metrics format as openmetrics to allow exemplars
49

510
4.4.0

0 commit comments

Comments
 (0)