From 36eaa0834d4010e53bebf7397d00955f07357fbd Mon Sep 17 00:00:00 2001 From: DanGould Date: Fri, 3 Jan 2025 18:27:56 -0500 Subject: [PATCH] Bump payjoin-cli 0.1.0 Summary: Take the payjoin-cli out of alpha now that the wire protocol is presumed to be stable. Changelog: - Bump payjoin to v0.22.0 with stable wire protocol - Allow mixed input scripts in v2 (#367) - Fix bug to propagate missing config parameter or argument error (#441) - Don't pause between long polling requests (#463) - Hide danger-local-https feature with _ prefix (#423) --- payjoin-cli/CHANGELOG.md | 10 ++++++++++ payjoin-cli/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/payjoin-cli/CHANGELOG.md b/payjoin-cli/CHANGELOG.md index d5e8ad886..4589091bd 100644 --- a/payjoin-cli/CHANGELOG.md +++ b/payjoin-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # payjoin-cli Changelog +## 0.1.0 + +- Bump payjoin to v0.22.0 with stable wire protocol + - Allow mixed input scripts in v2 (#367) + +- Fix bug to propagate missing `ohttp_keys` config parameter or argument error (#441) +- Don't pause between long polling requests (#463) +- Hide danger-local-https feature with _ prefix (#423) + + ## 0.0.9-alpha - Make backwards-compatible v2 to v1 sends possible diff --git a/payjoin-cli/Cargo.toml b/payjoin-cli/Cargo.toml index bd7fa1fa2..38f1a71ab 100644 --- a/payjoin-cli/Cargo.toml +++ b/payjoin-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payjoin-cli" -version = "0.0.9-alpha" +version = "0.1.0" authors = ["Dan Gould "] description = "A command-line Payjoin client for Bitcoin Core" repository = "https://github.com/payjoin/rust-payjoin"