From 7561ad0582f7d61fb07b5bdadd551c6f62a81193 Mon Sep 17 00:00:00 2001 From: wld-walletkit-bot Date: Wed, 17 Jun 2026 22:11:56 +0200 Subject: [PATCH] chore: release v0.5.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 48e66110..01d88022 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.4.1](https://github.com/worldcoin/bedrock/compare/0.4.0...0.4.1) - 2026-06-17 + +### Fixed + +- siegel binary target ([#371](https://github.com/worldcoin/bedrock/pull/371)) + ## [0.4.0](https://github.com/worldcoin/bedrock/compare/0.3.0...0.4.0) - 2026-06-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3980b045..5c850c86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1532,7 +1532,7 @@ dependencies = [ [[package]] name = "bedrock" -version = "0.4.0" +version = "0.4.1" dependencies = [ "alloy", "anyhow", @@ -1584,7 +1584,7 @@ dependencies = [ [[package]] name = "bedrock-macros" -version = "0.4.0" +version = "0.4.1" dependencies = [ "proc-macro2", "quote", @@ -5894,7 +5894,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.4.0" +version = "0.4.1" dependencies = [ "uniffi", ] diff --git a/Cargo.toml b/Cargo.toml index fc2c76d9..6e1da719 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.4.0" +version = "0.4.1" [workspace.dependencies] # NOTE: Maintain parity with org-wide UNIFFI_VERSION