Skip to content

Commit

Permalink
RELEASE 0.6.12 - PREPARE FOR TAPROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Sep 11, 2023
1 parent 92738be commit ed3a9e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
RELEASE 0.6.12 - Prepare for Taproot
====================================
* Parse p2tr input scripts
* Fix issues with coinbase segwit transactions
* Ignore extra signatures when creating unlocking script
* Clarify wording of amount parameter in clw
* Add parsing taproot transactions unittests

RELEASE 0.6.11 - Bugfix release
===============================
* Fix issues with mempool.space, bcoin, litecoind and bitcoind
Expand Down
2 changes: 1 addition & 1 deletion bitcoinlib/config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.11
0.6.12
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.11'
release = '0.6.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import sys

here = os.path.abspath(os.path.dirname(__file__))
version = '0.6.11'
version = '0.6.12'

# Get the long description from the relevant file
readmetxt = ''
Expand Down

0 comments on commit ed3a9e4

Please sign in to comment.