Skip to content

Commit

Permalink
Merge #67: Release tracking PR - v0.20.2-0.6.0
Browse files Browse the repository at this point in the history
c3bccf7 Bump version to 0.20.2-0.6.0 (Tobin C. Harding)

Pull request description:

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

ACKs for top commit:
  apoelstra:
    ACK c3bccf7

Tree-SHA512: 0c47f78dee9a331856383d802ae8b35f9e60cb3ea1051466a56b89d28c89095c47ffbdbd505b90308bec8b413dd3897a0c00a3f20bc9afeb21c3bcd04c00b99f
  • Loading branch information
apoelstra committed Dec 9, 2023
2 parents 76ada74 + c3bccf7 commit a4c0cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased
## v0.20.2-0.6.0

* Bump MSRV to rust 1.48.0 [#64](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/64)
* De-clutter the public API by moving creating an `ffi` submodule

## v0.20.2-0.5.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitcoinconsensus"
# The first part is the Bitcoin Core version, the second part is the version of this lib.
version = "0.20.2-0.5.0"
version = "0.20.2-0.6.0"
authors = ["Tamas Blummer <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
Expand Down

0 comments on commit a4c0cfb

Please sign in to comment.