Skip to content

Commit

Permalink
Release 4.3.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nox authored Dec 18, 2024
1 parent 86d36bb commit 8d78ffc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "4.2.0"
version = "4.3.0"
repository = "https://github.com/cloudflare/foundations"
edition = "2021"
authors = ["Cloudflare"]
Expand All @@ -25,8 +25,8 @@ debug = 1

[workspace.dependencies]
anyhow = "1.0.75"
foundations = { version = "4.2.0", path = "./foundations" }
foundations-macros = { version = "4.2.0", path = "./foundations-macros", default-features = false }
foundations = { version = "4.3.0", path = "./foundations" }
foundations-macros = { version = "4.3.0", path = "./foundations-macros", default-features = false }
bindgen = { version = "0.68.1", default-features = false }
cc = "1.0"
cf-rustracing = "1.1"
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

4.3.0
- 2024-12-13 Expose active traces without telemetry server
- 2024-12-09 Expose active traces through telemetry server (#87)

4.2.0
- 2024-11-18 Release 4.2.0 (#97)
- 2024-11-18 Support configuring behaviour when excessive log nesting is reached (#96)

4.1.1
Expand Down

0 comments on commit 8d78ffc

Please sign in to comment.