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
BDK Wallet 1.0.0-beta.4 replaces 1.0.0-beta.3 and fixes a versioning mistake with two of our dependency crates. The bdk-wallet 1.0.0-beta.3 version and related dependency patch releases have been yanked from crates.io.
Release numbering must follow Semantic Versioning. These steps assume the current master branch development version is 1.0.0-beta.3.
On the day of the feature freeze
Change the master branch to the 1.0.0-beta.4 version:
Ensure all alpha milestone issues and PRs closed, archive them on the project board.
Switch to the master branch.
Create a new PR branch called release/bump_dev_1.0.0_beta.4.
Create a "draft" release page and release notes comparing master commmit with prior tag v1.0.0-beta.3
Bump the bump_dev_1.0.0_beta.4 branch to the next development version.
Bump the modified crates versions in their Cargo.toml files. [update this list with only changed crates]
bdk_core
bdk_chain
bdk_bitcoind_rpc
bdk_electrum
bdk_esplora
bdk_file_store
bdk_testenv
bdk_wallet
The commit message should be: [update this list with only changed crates]
Bump bdk_wallet version to 1.0.0-beta.4
bdk_core to 0.2.0
bdk_chain to 0.19.0
bdk_bitcoind_rpc to 0.15.0
bdk_electrum to 0.18.0
bdk_esplora to 0.18.0
bdk_file_store to 0.16.0
bdk_testenv to 0.9.0
Create a new major (beta) release
Summary
BDK Wallet 1.0.0-beta.4 replaces 1.0.0-beta.3 and fixes a versioning mistake with two of our dependency crates. The
bdk-wallet
1.0.0-beta.3 version and related dependency patch releases have been yanked from crates.io.Commit
TBD
Changelog
See https://github.com/bitcoindevkit/bdk/releases/tag/v1.0.0-beta.3
Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 1.0.0-beta.3.On the day of the feature freeze
Change the
master
branch to the 1.0.0-beta.4 version:master
branch.release/bump_dev_1.0.0_beta.4
.v1.0.0-beta.3
bump_dev_1.0.0_beta.4
branch to the next development version.Cargo.toml
files. [update this list with only changed crates]release/bump_dev_1.0.0-beta.4
branch tomaster
. Bump bdk_wallet version to 1.0.0-beta.4 #1610On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.git tag v1.0.0-beta.4 --sign -e
v1.0.0-beta.4
--sign
flag.bitcoindevkit/bdk
repo.git push upstream --tag v1.0.0-beta.4
cargo publish -p <crate name>
Release 1.0.0-beta.4
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: