You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An upgraded asynchronous payjoin experience. This update focused semantically describing a Payjoin V2 "Session" and includes various enhancements and bugfixes.
payjoin-cli-0.0.7-alpha
An upgraded asynchronous payjoin experience. This update includes a new resume subcommand to continue any prior session. It also stops using .json files to persist data opting for a sled database instead.
Create a new minor release
Summary
payjoin-0.18.0
An upgraded asynchronous payjoin experience. This update focused semantically describing a Payjoin V2 "Session" and includes various enhancements and bugfixes.
payjoin-cli-0.0.7-alpha
An upgraded asynchronous payjoin experience. This update includes a new
resumesubcommand to continue any prior session. It also stops using .json files to persist data opting for a sled database instead.Commit
payjoin-0.18.0
c952b2a
payjoin-cli-0.0.7-alpha
b63b0ff
Changelog
payjoin-0.18.0
receive::v2Typestate machine to resume multiple payjoins simultaneously (#283)EnrollerbecameSessionInitializerEnrolledbecameActiveSessionfallback_target()becamepj_url()pj_url_builder()was introducedContextV2becameSessionContextSessionContextsend::ResponseErrorvariants fields got explicit names (#304)try_substitute_outputs(#277)payjoin-cli-0.0.7-alpha
resumesubcommand. A repeatsendsubcommand will also resume an existing session (#283)
Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
masterbranch development version is MAJOR.MINOR.0.
On the day of the feature freeze
Change the
masterbranch to the next MINOR+1 version:masterbranch.bump-CRATE-MAJOR-MINOR+1, eg.bump-CRATE-0-22.bump-CRATE-MAJOR-MINOR+1branch to the next development MINOR+1 version.Cargo.tomlversion value toMAJOR.MINOR+1.0.CHANGELOG.mdfile.bump-CRATE-MAJOR-MINOR+1branch tomaster.bump-CRATE-MAJOR-MINOR+1branch tomaster.If any issues need to be fixed before the MAJOR.MINOR+1.0 version is released:
masterbranch.bump-CRATE-MAJOR.MINOR+1branch.bump-CRATE-MAJOR.MINOR+1branch.On the day of the release
Tag and publish new release:
appropriate commit in theHEADmasterbranch.CRATE-MAJOR.MINOR+1.0--signflag.payjoin/rust-payjoinrepo.Release CRATE-MAJOR.MINOR+1.0.1.0.0release check the "Pre-release" box.