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
231a1fb Bump version to 0.27.1 (Steve Myers)
Pull request description:
### Description
Bump dev version to 0.27.1.
### Notes to the reviewers
This is in preparation for making a patch release and will be cherry picked to the release/0.27 branch. See #868.
### Changelog notice
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
Top commit has no ACKs.
Tree-SHA512: 7c791d221d95fb800c19b85c110a47f462b1c9ea7991dc1cf9bc5bb17d12b2dea9d1823d7f928ba06f09aaac36b1140610a29454857257f918124e0e0893fc4e
@rajarshimaitra and @thunderbiscuit I've renamed the next milestones for bdk-cli and bdk-ffi to 0.27.1 since they'll be based on this bdk 0.27.1 release.
Create a new patch release
Summary
Fixes RUSTSEC-2022-0090, this issue is only applicable if you are using the optional sqlite database feature.
Commit
7a8e660
Changelog
Changed
Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 0.27.0.
On the day of the patch release
Change the
master
branch to the new PATCH+1 version:master
branch.bump_dev_0_27_1
.bump_dev_0_27
branch to the next development PATCH+1 version.Cargo.toml
version value to0.27.1
.CHANGELOG.md
file.bump_dev_0_27_1
branch tomaster
.Cherry-pick, tag and publish new PATCH+1 release:
master
branch.release/0.27
branch to be patched.release/0.27
branch.release/0.27
branch to0.27.1
version.Cargo.toml
version value to0.27.1
.HEAD
commit in therelease/0.27
branch.v0.27.1
--sign
flag.bitcoindevkit/bdk
repo.Release 0.27.1
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: