Skip to content

Commit a142ffd

Browse files
committed
Bump payjoin-cli version to 0.1.0
1 parent 292d306 commit a142ffd

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# payjoin-cli Changelog
22

3+
## 0.1.0
4+
5+
- Bump payjoin to 0.23.0
6+
- Allow specifying a max-feerate for receivers [#332](https://github.com/payjoin/rust-payjoin/pull/332)
7+
- 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)
8+
- 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)
9+
- Make config.toml hierarchical [#538](https://github.com/payjoin/rust-payjoin/pull/538)
10+
- Make v1/v2 features additive [#538](https://github.com/payjoin/rust-payjoin/pull/538)
11+
312
## 0.0.9-alpha
413

514
- 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 <d@ngould.dev>"]
55
description = "A command-line Payjoin client for Bitcoin Core"
66
repository = "https://github.com/payjoin/rust-payjoin"

0 commit comments

Comments
 (0)