Skip to content

Commit 226816a

Browse files
committed
Release payjoin-0.22.0
1 parent a156d89 commit 226816a

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
15771577

15781578
[[package]]
15791579
name = "payjoin"
1580-
version = "0.21.0"
1580+
version = "0.22.0"
15811581
dependencies = [
15821582
"bhttp",
15831583
"bitcoin",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
15771577

15781578
[[package]]
15791579
name = "payjoin"
1580-
version = "0.21.0"
1580+
version = "0.22.0"
15811581
dependencies = [
15821582
"bhttp",
15831583
"bitcoin",

payjoin-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hyper = { version = "1", features = ["http1", "server"], optional = true }
3737
hyper-rustls = { version = "0.26", optional = true }
3838
hyper-util = { version = "0.1", optional = true }
3939
log = "0.4.7"
40-
payjoin = { version = "0.21.0", features = ["send", "receive", "base64"] }
40+
payjoin = { version = "0.22.0", features = ["send", "receive", "base64"] }
4141
rcgen = { version = "0.11.1", optional = true }
4242
reqwest = { version = "0.12", default-features = false }
4343
rustls = { version = "0.22.4", optional = true }

payjoin/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Payjoin Changelog
22

3+
## 0.22.0
4+
5+
- Propagate Uri Fragment parameter errors to the caller
6+
- Have `Sender` to persist reply key so resumption listens where a previous sender left off
7+
38
## 0.21.0
49

510
- Upgrade rustls v0.22.4

payjoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "payjoin"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Dan Gould <[email protected]>"]
55
description = "Payjoin Library for the BIP78 Pay to Endpoint protocol."
66
repository = "https://github.com/payjoin/rust-payjoin"

0 commit comments

Comments
 (0)