Create a new minor release
Summary
A maintenance release with a bump in project MSRV to 1.57.0, updated dependence and a few developer oriented improvements. Improvements include better error formatting, don't default to async/await for wasm32 and adding derived PartialEq and Eq on SyncTime.
Commit
553df31
Changelog
Changed
Added
Checklist
Release numbering must follow Semantic Versioning. These steps assume the current master
branch development version is 0.26.0.
On the day of the feature freeze
Change the master branch to the next MINOR+1 version:
Create a new release branch and release candidate tag:
If any issues need to be fixed before the 0.27.0 version is released:
On the day of the release
Tag and publish new release:
Create a new minor release
Summary
A maintenance release with a bump in project MSRV to 1.57.0, updated dependence and a few developer oriented improvements. Improvements include better error formatting, don't default to async/await for wasm32 and adding derived PartialEq and Eq on SyncTime.
Commit
553df31
Changelog
Changed
async/awaitonwasm32#831Added
PartialEq,EqonSyncTime#837Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
masterbranch development version is 0.26.0.
On the day of the feature freeze
Change the
masterbranch to the next MINOR+1 version:masterbranch.bump_dev_0_27.bump_dev_0_27branch to the next development MINOR+1 version.Cargo.tomlversion value to0.27.0.CHANGELOG.mdfile.bump_dev_0_27branch tomaster.Create a new release branch and release candidate tag:
masteris up-to-date with the upstream repo.release/0.27frommaster.release/0.27branch to0.27.0-rc.1version.Cargo.tomlversion value to0.27.0-rc.1.HEADcommit in therelease/0.27branch.v0.27.0-rc.1--signflag.release/MAJOR.MINORbranch and new tag to thebitcoindevkit/bdkrepo.git push --tagsoption to push the newv0.27.0-rc.1tag.If any issues need to be fixed before the 0.27.0 version is released:
masterbranch.release/0.27branch.release/0.27branch.release/0.27branch to0.27.0-rc.x+1version.Cargo.tomlversion value to0.27.0-rc.x+1.HEADcommit in therelease/0.27branch.v0.27.0-rc.x+1, where x is the current release candidate number.--signflag.bitcoindevkit/bdkrepo.git push --tagsoption to push the newv0.27.0-rc.x+1tag.On the day of the release
Tag and publish new release:
release/0.27branch to0.27.0version.Cargo.tomlversion value to0.27.0.HEADcommit in therelease/0.27branch.v0.27.0--signflag.bitcoindevkit/bdkrepo.Release 0.27.0.1.0.0release check the "Pre-release" box.