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
This release attempts to stabilize the Payjoin V2 Bitcoin URI format. That includes placing v2-specific parameters in the URI's pj parameter's fragment and including the exp expiration parameter.
Create a new minor release
Summary
This release attempts to stabilize the Payjoin V2 Bitcoin URI format. That includes placing v2-specific parameters in the URI's pj parameter's fragment and including the
exp
expiration parameter.Commit
941a679
Changelog
exp
parameter #299&ohttp=
and&exp=
parameters in the&pj=
URL as a fragment instead of as URI params #298Checklist
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: