Skip to content

Commit 515e06a

Browse files
authored
Bump payjoin 0.20.0 (payjoin#343)
2 parents 3f9030b + f0f82dc commit 515e06a

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payjoin-cli/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# payjoin-cli Changelog
22

3+
## 0.0.9-alpha
4+
5+
- Make backwards-compatible v2 to v1 sends possible
6+
- Bump payjoin to v0.20.0
7+
38
## 0.0.8-alpha
49

510
This release attempts to stabilize the Payjoin V2 Bitcoin URI format. That includes placing v2-specific parameters in the URI's pj parameter's fragment and including the exp expiration parameter.

payjoin-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "payjoin-cli"
3-
version = "0.0.8-alpha"
3+
version = "0.0.9-alpha"
44
authors = ["Dan Gould <d@ngould.dev>"]
55
description = "A command-line Payjoin client for Bitcoin Core"
66
repository = "https://github.com/payjoin/rust-payjoin"
@@ -34,7 +34,7 @@ env_logger = "0.9.0"
3434
hyper = { version = "0.14", features = ["full"] }
3535
hyper-rustls = { version = "0.25", optional = true }
3636
log = "0.4.7"
37-
payjoin = { version = "0.19.0", features = ["send", "receive", "base64"] }
37+
payjoin = { version = "0.20.0", features = ["send", "receive", "base64"] }
3838
rcgen = { version = "0.11.1", optional = true }
3939
reqwest = { version = "0.12", default-features = false }
4040
rustls = { version = "0.22.2", optional = true }

payjoin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Payjoin Changelog
22

3+
## 0.20.0
4+
5+
- remove `contribute_non_witness_input` because it was unused
6+
- Fix output checks
7+
- Make backwards-compatible v2 to v1 sends possible
8+
- Bump bitcoin to v0.32.2
9+
310
## 0.19.0
411

512
This release attempts to stabilize the Payjoin V2 Bitcoin URI format. That includes placing v2-specific parameters in the URI's pj parameter's fragment and including the `exp` expiration parameter.

payjoin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "payjoin"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Dan Gould <d@ngould.dev>"]
55
description = "Payjoin Library for the BIP78 Pay to Endpoint protocol."
66
repository = "https://github.com/payjoin/rust-payjoin"

0 commit comments

Comments
 (0)