Skip to content

Commit 3976ba1

Browse files
authored
Bump payjoin-cli version to 0.1.0 (#629)
2 parents 834bc08 + d2205c6 commit 3976ba1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

Cargo-minimal.lock

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

16241624
[[package]]
16251625
name = "payjoin-cli"
1626-
version = "0.0.9-alpha"
1626+
version = "0.1.0"
16271627
dependencies = [
16281628
"anyhow",
16291629
"async-trait",

Cargo-recent.lock

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

16241624
[[package]]
16251625
name = "payjoin-cli"
1626-
version = "0.0.9-alpha"
1626+
version = "0.1.0"
16271627
dependencies = [
16281628
"anyhow",
16291629
"async-trait",

payjoin-cli/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
- Bump payjoin to 0.23.0 with stable wire protocol
6+
- Allow mixed input scripts [#367](https://github.com/payjoin/rust-payjoin/pull/367) [#505](https://github.com/payjoin/rust-payjoin/pull/505)
7+
- Fix bug to propagate missing config parameter or argument error [#441](https://github.com/payjoin/rust-payjoin/pull/441)
8+
- Don't pause between long polling requests [#463](https://github.com/payjoin/rust-payjoin/pull/463)
9+
- Hide danger-local-https feature with _ prefix [#423](https://github.com/payjoin/rust-payjoin/pull/423)
10+
- Allow specifying a max-feerate for receivers [#332](https://github.com/payjoin/rust-payjoin/pull/332)
11+
- Fix e2e tests and coverage reporting [#443](https://github.com/payjoin/rust-payjoin/pull/443) [#497](https://github.com/payjoin/rust-payjoin/pull/497) [#532](https://github.com/payjoin/rust-payjoin/pull/532)
12+
- Handle recoverable receiver errors by replying to sender with error response [#474](https://github.com/payjoin/rust-payjoin/pull/474) [#526](https://github.com/payjoin/rust-payjoin/pull/526) [#534](https://github.com/payjoin/rust-payjoin/pull/534)
13+
- Make config.toml hierarchical [#538](https://github.com/payjoin/rust-payjoin/pull/538)
14+
- Make v1/v2 features additive [#538](https://github.com/payjoin/rust-payjoin/pull/538)
15+
316
## 0.0.9-alpha
417

518
- Make backwards-compatible v2 to v1 sends possible

payjoin-cli/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-cli"
3-
version = "0.0.9-alpha"
3+
version = "0.1.0"
44
authors = ["Dan Gould <[email protected]>"]
55
description = "A command-line Payjoin client for Bitcoin Core"
66
repository = "https://github.com/payjoin/rust-payjoin"

0 commit comments

Comments
 (0)