Summary
This is the final bdk_wallet 1.0.0 release. It contains small improvements to the wallet transactions function and
next_unused_address API docs. Please thank all the contributors who made this first major release possible and who's continued effort make the BDK project so awesome!
Commit
03a08bb
Changelog
Changed
Documentation
Checklist
Release numbering must follow Semantic Versioning. These steps assume the current master branch development version is v1.0.0-beta.6.
On the day of the feature freeze
Change the master branch to the next MINOR+1 version:
On the day of the release
Tag and publish new release:
Summary
This is the final bdk_wallet 1.0.0 release. It contains small improvements to the wallet
transactionsfunction andnext_unused_addressAPI docs. Please thank all the contributors who made this first major release possible and who's continued effort make the BDK project so awesome!Commit
03a08bb
Changelog
Changed
Wallet::transactionsshould only return relevant transactions.transactionsmethod should only return relevant transactions #1779Documentation
next_unused_addressAPI docs. docs(wallet): reword thenext_unused_addressdoc #1680Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
masterbranch development version is v1.0.0-beta.6.On the day of the feature freeze
Change the
masterbranch to the next MINOR+1 version:masterbranch.release/bump_dev_1.0.0.v1.0.0-beta.6cargo-semver-checkscan also help with thiscargo semver-checks --baseline-rev <last-tag>bump_dev_1.0.0branch to the next development version.Cargo.tomlfiles. [update this list with only changed crates]CHANGELOG.mdfiles, see "keep a changelog".release/bump_dev_1.0.0branch tomaster.On the day of the release
Tag and publish new release:
HEADcommit in themasterbranch.git tag wallet-1.0.0 --sign -ewallet-1.0.0--signflag.git tag -v wallet-1.0.0bitcoindevkit/bdkrepo.git push upstream --tagscargo publish -p <crate name>Release wallet-1.0.0.1.0.0release, do not check the "Pre-release" box.