Skip to content

chore: release v0.13.0#346

Open
wld-walletkit-bot wants to merge 1 commit intomainfrom
release-plz-2026-04-03T14-18-28Z
Open

chore: release v0.13.0#346
wld-walletkit-bot wants to merge 1 commit intomainfrom
release-plz-2026-04-03T14-18-28Z

Conversation

@wld-walletkit-bot
Copy link
Copy Markdown
Collaborator

@wld-walletkit-bot wld-walletkit-bot commented Apr 3, 2026

🤖 New release

  • walletkit-db: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • walletkit-core: 0.12.0 -> 0.13.0 (⚠ API breaking changes)
  • walletkit: 0.12.0 -> 0.13.0 (✓ API compatible changes)

walletkit-core breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant WalletKitError:SessionIdMismatch in /tmp/.tmpZRMQqC/walletkit/walletkit-core/src/error.rs:134

--- failure exported_function_parameter_count_changed: exported fn parameter count changed ---

Description:
An exported function now takes a different number of parameters, which changes its ABI contract.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/exported_function_parameter_count_changed.ron

Failed in:
  uniffi_walletkit_core_fn_method_recoverybindingmanager_unbind_recovery_agent exported as uniffi_walletkit_core_fn_method_recoverybindingmanager_unbind_recovery_agent now takes 3 parameters instead of 4, in /tmp/.tmpZRMQqC/walletkit/walletkit-core/src/issuers/recovery_bindings_manager.rs:62

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/inherent_method_missing.ron

Failed in:
  CacheDb::session_key_get, previously in file /tmp/.tmp4JnbCe/walletkit-core/src/storage/cache/mod.rs:85
  CacheDb::session_key_put, previously in file /tmp/.tmp4JnbCe/walletkit-core/src/storage/cache/mod.rs:96
  CacheDb::session_key_get, previously in file /tmp/.tmp4JnbCe/walletkit-core/src/storage/cache/mod.rs:85
  CacheDb::session_key_put, previously in file /tmp/.tmp4JnbCe/walletkit-core/src/storage/cache/mod.rs:96

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  walletkit_core::issuers::RecoveryBindingManager::unbind_recovery_agent now takes 2 parameters instead of 3, in /tmp/.tmpZRMQqC/walletkit/walletkit-core/src/issuers/recovery_bindings_manager.rs:117
Changelog

walletkit

0.13.0 - 2026-04-08

Added

  • session proofs support (#347)
  • improve intermediate key handling (#328)

Other

  • Register recovery agent from the signup service (#349)
  • Add function to check recovery bindings status (#332)


This PR was generated with release-plz.


Note

Low Risk
Low risk: this PR only bumps crate versions/lockfile entries and updates the walletkit changelog, with no functional code changes in the diff.

Overview
Bumps the workspace and internal crate versions from 0.12.0 to 0.13.0 (including walletkit-core, walletkit-db, walletkit, and walletkit-cli) and updates Cargo.lock accordingly.

Updates walletkit/CHANGELOG.md with the new 0.13.0 release entry.

Reviewed by Cursor Bugbot for commit 6b65b14. Bugbot is set up for automated code reviews on this repo. Configure here.

@wld-walletkit-bot wld-walletkit-bot changed the title chore: release v0.12.1 chore: release v0.13.0 Apr 6, 2026
@wld-walletkit-bot wld-walletkit-bot force-pushed the release-plz-2026-04-03T14-18-28Z branch 2 times, most recently from ba7a11d to 51a84f8 Compare April 7, 2026 11:25
@wld-walletkit-bot wld-walletkit-bot force-pushed the release-plz-2026-04-03T14-18-28Z branch from 51a84f8 to 6b65b14 Compare April 8, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant