Skip to content

Commit

Permalink
Release 4.2.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpaiva authored Nov 18, 2024
1 parent 18bb651 commit e1d1a5a
Show file tree
Hide file tree
Showing 2 changed files with 7 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.1.1"
version = "4.2.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.1.1", path = "./foundations" }
foundations-macros = { version = "4.1.1", path = "./foundations-macros", default-features = false }
foundations = { version = "4.2.0", path = "./foundations" }
foundations-macros = { version = "4.2.0", path = "./foundations-macros", default-features = false }
bindgen = { version = "0.68.1", default-features = false }
cc = "1.0"
cf-rustracing = "1.0.1"
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

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

4.1.1
- 2024-11-14 Release 4.1.1
- 2024-11-14 Upgrade minimum required tokio version to deal with deprecated unstable metric
- 2024-11-14 Rename tokio unstable metric that was deprecated (#93)
- 2024-11-13 ZTC-1819: If we're going to panic due to excessive nesting, release the lock first (#91)
Expand Down

0 comments on commit e1d1a5a

Please sign in to comment.