Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.12.0"
version = "0.13.0"
license = "MIT"
edition = "2021"
authors = ["World Contributors"]
Expand Down Expand Up @@ -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 }
Expand Down
14 changes: 14 additions & 0 deletions walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading