We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4ad9a commit 4e2fa24Copy full SHA for 4e2fa24
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chain-gang"
3
-version = "0.7.4"
+version = "0.7.5"
4
description = "This is a library that enables monitoring of multiple blockchains (BTC, BCH, BSV)."
5
# repository = "https://github.com/brentongunning/rust-sv"
6
authors = ["Arthur Gordon <a.gordon@nchain.com>"]
docs/Releases.md
@@ -48,4 +48,5 @@
48
* v0.7.1 - Fixed OP_CODESEPARATOR
49
* v0.7.2 - Added OP_2MUL and OP_2DIV script operations
50
* v0.7.3 - Fixed WoC endpoints get_block_header and get_merkle_proof to use new TSC endpoint
51
-* v0.7.4 - Updated to support Python 3.14
+* v0.7.4 - Updated to support Python 3.14
52
+* v0.7.5 - Updated Python dependencies cryptography and requests
0 commit comments