Original release notes
Summary
Track payjoin 1.0.0-rc.6. The library insulated the bitcoin_uri crate from its public API, so the CLI now reads BIP21 URIs through payjoin's own accessor methods (address(), amount(), set_amount()) and the inherent check_pj_supported method instead of the removed UriExt trait. No user-facing behavior changes.
Changelog
- Insulate
bitcoin_urifrom the public API (#1756)
What's Changed
- Remove stale incompatible_msrv clippy allows by @xstoicunicornx in https://github.com/payjoin/rust-payjoin/pull/1742
- Pre-1.0 Doorkeeper for SessionOutcome in by @DanGould in https://github.com/payjoin/rust-payjoin/pull/1747
- Insulate bitcoin uri by @spacebear21 in https://github.com/payjoin/rust-payjoin/pull/1756
- Bump payjoin to version 1.0.0-rc.6 by @DanGould in https://github.com/payjoin/rust-payjoin/pull/1758
- Bump payjoin-cli version to 1.0.0-rc.1 by @DanGould in https://github.com/payjoin/rust-payjoin/pull/1760
Full Changelog: https://github.com/payjoin/rust-payjoin/compare/payjoin-cli-1.0.0-rc.0...payjoin-cli-1.0.0-rc.1

