diff --git a/Cargo.toml b/Cargo.toml index c7e4ed8..a07d002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 69f1a01..14bb163 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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)