From 349e877f0bea75566a836dbff89ccc3441e17539 Mon Sep 17 00:00:00 2001 From: wld-walletkit-bot Date: Sat, 30 May 2026 09:15:56 +0200 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15445bbc..fbcc6ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.15](https://github.com/worldcoin/bedrock/compare/0.2.14...0.2.15) - 2026-05-30 + +### Other + +- update Cargo.toml dependencies + ## [0.2.14](https://github.com/worldcoin/bedrock/compare/0.2.13...0.2.14) - 2026-05-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index 035e660f..d2d77921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1556,7 +1556,7 @@ dependencies = [ [[package]] name = "bedrock" -version = "0.2.14" +version = "0.2.15" dependencies = [ "alloy", "anyhow", @@ -1607,7 +1607,7 @@ dependencies = [ [[package]] name = "bedrock-macros" -version = "0.2.14" +version = "0.2.15" dependencies = [ "proc-macro2", "quote", @@ -5947,7 +5947,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.2.14" +version = "0.2.15" dependencies = [ "uniffi", ] diff --git a/Cargo.toml b/Cargo.toml index 7261785b..0d1a2e38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["Ethereum", "WorldChain", "World"] license = "MIT" readme = "./README.md" repository = "https://github.com/worldcoin/bedrock" -version = "0.2.14" +version = "0.2.15" [workspace.dependencies] # NOTE: Maintain parity with org-wide UNIFFI_VERSION