rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
340 stars 255 forks source link

Release tracking PR: `v0.19.0` #345

Closed tcharding closed 6 months ago

tcharding commented 6 months ago

In preparation for release add a changelog entry and bump the version number.

Patch 1 is a trivial cleanup of an old stale changelog file, no longer used.

tcharding commented 6 months ago

All PRs in the todo list are ready to merge, lets get this release out!

tcharding commented 6 months ago

Don't merge yet!

tcharding commented 6 months ago

ok, looks good now. I did:

FTR the glitch above was we have to include the explicit version number of json in client/Cargo.toml when publishing - I previously removed it.

tcharding commented 6 months ago

If you merge @apoelstra I'll tag and publish both crates.

apoelstra commented 6 months ago

Ok, merged. Go for it!

tcharding commented 6 months ago

Damn, damn, damn, damn, damn - I've only got publish perms on bitcoincore-rpc on on bitcoincore-rpc-json.

CC @stevenroose

tcharding commented 6 months ago

Further explanation: Steven gave me perms on one crate so I could publish but we forgot the other, bitcoincore-rpc release requires a release of bitocincore-rpc-json first.