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
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.
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
/await
onwasm32
#831Added
PartialEq
,Eq
onSyncTime
#837Checklist
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:master
branch.bump_dev_0_27
.bump_dev_0_27
branch to the next development MINOR+1 version.Cargo.toml
version value to0.27.0
.CHANGELOG.md
file.bump_dev_0_27
branch tomaster
.Create a new release branch and release candidate tag:
master
is up-to-date with the upstream repo.release/0.27
frommaster
.release/0.27
branch to0.27.0-rc.1
version.Cargo.toml
version value to0.27.0-rc.1
.HEAD
commit in therelease/0.27
branch.v0.27.0-rc.1
--sign
flag.release/MAJOR.MINOR
branch and new tag to thebitcoindevkit/bdk
repo.git push --tags
option to push the newv0.27.0-rc.1
tag.If any issues need to be fixed before the 0.27.0 version is released:
master
branch.release/0.27
branch.release/0.27
branch.release/0.27
branch to0.27.0-rc.x+1
version.Cargo.toml
version value to0.27.0-rc.x+1
.HEAD
commit in therelease/0.27
branch.v0.27.0-rc.x+1
, where x is the current release candidate number.--sign
flag.bitcoindevkit/bdk
repo.git push --tags
option to push the newv0.27.0-rc.x+1
tag.On the day of the release
Tag and publish new release:
release/0.27
branch to0.27.0
version.Cargo.toml
version value to0.27.0
.HEAD
commit in therelease/0.27
branch.v0.27.0
--sign
flag.bitcoindevkit/bdk
repo.Release 0.27.0
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: