payjoin / rust-payjoin

Supercharged payment batching to save you fees and preserve your privacy
https://payjoindevkit.org
82 stars 34 forks source link

Release payjoin-0.18.0 and payjoin-cli-0.0.7-alpha #309

Closed DanGould closed 2 days ago

DanGould commented 1 week ago

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 resume subcommand 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

c952b2acf21e2dcd8c440b1b060718ef964644c1

payjoin-cli-0.0.7-alpha

b63b0ff9285e29b629465bb640932b0b07c7ff04

Changelog

payjoin-0.18.0

payjoin-cli-0.0.7-alpha

Checklist

Release numbering must follow Semantic Versioning. These steps assume the current master branch development version is MAJOR.MINOR.0.

On the day of the feature freeze

Change the master branch to the next MINOR+1 version:

If any issues need to be fixed before the MAJOR.MINOR+1.0 version is released:

On the day of the release

Tag and publish new release: