Create a new minor release
Summary
Take the payjoin-cli out of alpha now that the wire protocol is presumed to be stable.:
3976ba1
Changelog
- Bump payjoin to 0.23.0 with stable wire protocol
- Allow mixed input scripts #367 #505
- Fix bug to propagate missing config parameter or argument error #441
- Don't pause between long polling requests #463
- Hide danger-local-https feature with _ prefix #423
- Allow specifying a max-feerate for receivers #332
- Fix e2e tests and coverage reporting #443 #497 #532
- Handle recoverable receiver errors by replying to sender with error response #474 #526 #534
- Make config.toml hierarchical #538
- Make v1/v2 features additive #538
Commit
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:
Create a new minor release
Summary
Take the payjoin-cli out of alpha now that the wire protocol is presumed to be stable.:
3976ba1
Changelog
Commit
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:
HEADcommit in themasterbranch.CRATE-MAJOR.MINOR+1.0--signflag.payjoin/rust-payjoinrepo.Release CRATE-MAJOR.MINOR+1.0.1.0.0release check the "Pre-release" box.