diff --git a/Cargo.lock b/Cargo.lock index 2bfac66f..c83bc25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.12.0" +version = "0.13.0" dependencies = [ "uniffi", ] @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "walletkit" -version = "0.12.0" +version = "0.13.0" dependencies = [ "uniffi", "walletkit-core", @@ -6156,7 +6156,7 @@ dependencies = [ [[package]] name = "walletkit-cli" -version = "0.12.0" +version = "0.13.0" dependencies = [ "alloy", "alloy-primitives", @@ -6179,7 +6179,7 @@ dependencies = [ [[package]] name = "walletkit-core" -version = "0.12.0" +version = "0.13.0" dependencies = [ "alloy", "alloy-core", @@ -6225,7 +6225,7 @@ dependencies = [ [[package]] name = "walletkit-db" -version = "0.12.0" +version = "0.13.0" dependencies = [ "cc", "hex", diff --git a/Cargo.toml b/Cargo.toml index ed4ec10f..8d9d45aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.12.0" +version = "0.13.0" license = "MIT" edition = "2021" authors = ["World Contributors"] @@ -38,8 +38,8 @@ uniffi = { version = "0.31.0", features = ["tokio"] } world-id-core = { version = "0.8.2", default-features = false } # internal -walletkit-core = { version = "0.12.0", path = "walletkit-core", default-features = false } -walletkit-db = { version = "0.12.0", path = "walletkit-db" } +walletkit-core = { version = "0.13.0", path = "walletkit-core", default-features = false } +walletkit-db = { version = "0.13.0", path = "walletkit-db" } [workspace.lints.clippy] all = { level = "deny", priority = -1 } diff --git a/walletkit/CHANGELOG.md b/walletkit/CHANGELOG.md index 3f285006..e076351b 100644 --- a/walletkit/CHANGELOG.md +++ b/walletkit/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0](https://github.com/worldcoin/walletkit/compare/v0.12.0...v0.13.0) - 2026-04-09 + +### Added + +- session proofs support ([#347](https://github.com/worldcoin/walletkit/pull/347)) +- improve intermediate key handling ([#328](https://github.com/worldcoin/walletkit/pull/328)) + +### Other + +- update Cargo.toml dependencies +- Adjust get recovery agent method to return pending update ([#350](https://github.com/worldcoin/walletkit/pull/350)) +- Register recovery agent from the signup service ([#349](https://github.com/worldcoin/walletkit/pull/349)) +- Add function to check recovery bindings status ([#332](https://github.com/worldcoin/walletkit/pull/332)) + ## [0.12.0](https://github.com/worldcoin/walletkit/compare/v0.11.3...v0.12.0) - 2026-04-02 ### Added