Skip to content

Commit da825ca

Browse files
committed
Bump payjoin-directory version to 0.0.3
1 parent 5a3fd98 commit da825ca

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ dependencies = [
16511651

16521652
[[package]]
16531653
name = "payjoin-directory"
1654-
version = "0.0.2"
1654+
version = "0.0.3"
16551655
dependencies = [
16561656
"anyhow",
16571657
"bhttp",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ dependencies = [
16511651

16521652
[[package]]
16531653
name = "payjoin-directory"
1654-
version = "0.0.2"
1654+
version = "0.0.3"
16551655
dependencies = [
16561656
"anyhow",
16571657
"bhttp",

payjoin-directory/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
- Update links to reference BIP-77 document [#733](https://github.com/payjoin/rust-payjoin/pull/733)
6+
- Fix uninline format clippy violations [#667](https://github.com/payjoin/rust-payjoin/pull/667)
7+
- Serve a page on / for payjoin-directory [#824](https://github.com/payjoin/rust-payjoin/pull/824)
8+
39
## 0.0.2
410

511
- Do not log ERROR on directory validation errors [#628](https://github.com/payjoin/rust-payjoin/pull/628)

payjoin-directory/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-directory"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = ["Dan Gould <[email protected]>"]
55
description = "A store-and-forward and Oblivious Gateway Resource directory server for Async Payjoin"
66
repository = "https://github.com/payjoin/rust-payjoin"

payjoin-test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
1818
ohttp-relay = { version = "0.0.10", features = ["_test-util"] }
1919
once_cell = "1.19.0"
2020
payjoin = { version = "0.24.0", features = ["io", "_danger-local-https", "_test-utils"] }
21-
payjoin-directory = { version = "0.0.2", features = ["_danger-local-https"] }
21+
payjoin-directory = { version = "0.0.3", features = ["_danger-local-https"] }
2222
rcgen = "0.11"
2323
rustls = "0.22"
2424
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }

0 commit comments

Comments
 (0)