Skip to content

Prepare stack of releases#549

Open
tcharding wants to merge 2 commits intorust-bitcoin:masterfrom
tcharding:push-rvtxpmxpkxzo
Open

Prepare stack of releases#549
tcharding wants to merge 2 commits intorust-bitcoin:masterfrom
tcharding:push-rvtxpmxpkxzo

Conversation

@tcharding
Copy link
Copy Markdown
Member

After releasing corepc-types 0.11.0 there was a fix that had to be done to jsonrpc. I then forgot to release client and node.

Yesterday I released client v0.11.0 but then when attempting the node v0.11.0 release found it was broken because we did a bunch of API additions (and breaks) since types was released.

  • Bump types to v0.12.0
  • Bump client to v0.12.0
  • Bump node straight to v0.12.0 skipping v0.11.0 so it's version number stays in sync with the other two.

FTR there is no need to yank client 0.11.0 because it is functional and harmless.

Cut'n'pasta error when I wrote the changelog.
After releasing `corepc-types 0.11.0` there was a fix that had to be
done to `jsonrpc`. I then forgot to release `client` and `node`.

Yesterday I released `client v0.11.0` but then when attempting the
`node v0.11.0` release found it was broken because we did a bunch of
API additions (and breaks) since `types` was released.

- Bump `types` to `v0.12.0`
- Bump `client` to  `v0.12.0`
- Bump `node` straight to `v0.12.0` skipping `v0.11.0` so it's version
  number stays in sync with the other two.

FTR there is no need to yank `client 0.11.0` because it is functional
and harmless.
Copy link
Copy Markdown
Collaborator

@jamillambert jamillambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 038508d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants