We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payjoin V2 Sender serializes reply_key so that it may resume after being persisted.
Sender
Release numbering must follow Semantic Versioning. These steps assume the current master branch development version is MAJOR.MINOR.0.
master
Change the master branch to the next MINOR+1 version:
bump-CRATE-MAJOR-MINOR+1
bump-CRATE-0-22
Cargo.toml
MAJOR.MINOR+1.0
CHANGELOG.md
If any issues need to be fixed before the MAJOR.MINOR+1.0 version is released:
bump-CRATE-MAJOR.MINOR+1
Tag and publish new release:
HEAD
CRATE-MAJOR.MINOR+1.0
--sign
payjoin/rust-payjoin
Release CRATE-MAJOR.MINOR+1.0
1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a new minor release
Summary
Payjoin V2 Sender serializes reply_key so that it may resume after being persisted.
Changelog
Sender
to persist reply key so resumption listens where a previous sender left offChecklist
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:master
branch.bump-CRATE-MAJOR-MINOR+1
, eg.bump-CRATE-0-22
.bump-CRATE-MAJOR-MINOR+1
branch to the next development MINOR+1 version.Cargo.toml
version value toMAJOR.MINOR+1.0
.CHANGELOG.md
file.bump-CRATE-MAJOR-MINOR+1
branch tomaster
.bump-CRATE-MAJOR-MINOR+1
branch tomaster
.If any issues need to be fixed before the MAJOR.MINOR+1.0 version is released:
master
branch.bump-CRATE-MAJOR.MINOR+1
branch.bump-CRATE-MAJOR.MINOR+1
branch.On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.CRATE-MAJOR.MINOR+1.0
--sign
flag.payjoin/rust-payjoin
repo.Release CRATE-MAJOR.MINOR+1.0
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: