Skip to content

Commit b3e12f5

Browse files
chore: release v0.13.0 (#346)
1 parent f682611 commit b3e12f5

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.12.0"
12+
version = "0.13.0"
1313
license = "MIT"
1414
edition = "2021"
1515
authors = ["World Contributors"]
@@ -38,8 +38,8 @@ uniffi = { version = "0.31.0", features = ["tokio"] }
3838
world-id-core = { version = "0.8.2", default-features = false }
3939

4040
# internal
41-
walletkit-core = { version = "0.12.0", path = "walletkit-core", default-features = false }
42-
walletkit-db = { version = "0.12.0", path = "walletkit-db" }
41+
walletkit-core = { version = "0.13.0", path = "walletkit-core", default-features = false }
42+
walletkit-db = { version = "0.13.0", path = "walletkit-db" }
4343

4444
[workspace.lints.clippy]
4545
all = { level = "deny", priority = -1 }

walletkit/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0](https://github.com/worldcoin/walletkit/compare/v0.12.0...v0.13.0) - 2026-04-09
11+
12+
### Added
13+
14+
- session proofs support ([#347](https://github.com/worldcoin/walletkit/pull/347))
15+
- improve intermediate key handling ([#328](https://github.com/worldcoin/walletkit/pull/328))
16+
17+
### Other
18+
19+
- update Cargo.toml dependencies
20+
- Adjust get recovery agent method to return pending update ([#350](https://github.com/worldcoin/walletkit/pull/350))
21+
- Register recovery agent from the signup service ([#349](https://github.com/worldcoin/walletkit/pull/349))
22+
- Add function to check recovery bindings status ([#332](https://github.com/worldcoin/walletkit/pull/332))
23+
1024
## [0.12.0](https://github.com/worldcoin/walletkit/compare/v0.11.3...v0.12.0) - 2026-04-02
1125

1226
### Added

0 commit comments

Comments
 (0)