This repository was archived by the owner on Apr 4, 2026. It is now read-only.
v0.3.1
- Update version from 0.3.0 to 0.3.1 in workspace configuration - Remove redundant feature description from README - Introduce `WalletFilter` enum with `Off`, `Exclude`, and `Include` variants - Replace `exclude_wallets()` and `include_wallets()` methods with unified `wallet_filter()` API - Add comprehensive documentation and examples for wallet filtering - Export `WalletFilter` type in public API - Add test coverage for `WalletFilter::Off` clearing