Skip to content

Commit c2ae434

Browse files
authored
Bump payjoin-cli version to 0.2.0 (payjoin#838)
This a major release due to database changes being non-backwards compatible. Related release ticket payjoin#837
2 parents 55b5444 + 3583302 commit c2ae434

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.1.0"
1626+
version = "0.2.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.1.0"
1626+
version = "0.2.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.2.0
4+
5+
- Support sender and receiver being generic over their typestate ([#728](https://github.com/payjoin/rust-payjoin/pull/728), [#719](https://github.com/payjoin/rust-payjoin/pull/719))
6+
- Remove existing persistence strategy and replace with new SessionPersister trait ([#789](https://github.com/payjoin/rust-payjoin/pull/789), [#750](https://github.com/payjoin/rust-payjoin/pull/750))
7+
- Update references to BIP-77 ([#733](https://github.com/payjoin/rust-payjoin/pull/733))
8+
- Rename RelayState to RelayManager for clarity ([#727](https://github.com/payjoin/rust-payjoin/pull/727))
9+
- Refactor config to use proc macros over builder ([#703](https://github.com/payjoin/rust-payjoin/pull/703))
10+
- Create fallback ohttp-relay logic for payjoin-cli ([#607](https://github.com/payjoin/rust-payjoin/pull/607))
11+
- Separate v2 cli logic into mod and ohttp components ([#714](https://github.com/payjoin/rust-payjoin/pull/714))
12+
- Update Nigiri instructions ([#691](https://github.com/payjoin/rust-payjoin/pull/691), [#682](https://github.com/payjoin/rust-payjoin/pull/682))
13+
- Dedupe ImplementationError ([#669](https://github.com/payjoin/rust-payjoin/pull/669))
14+
- Add Quick Start, Configuration, Reference to CLI README ([#624](https://github.com/payjoin/rust-payjoin/pull/624))
15+
316
## 0.1.0
417

518
- Bump payjoin to 0.23.0 with stable wire protocol

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.1.0"
3+
version = "0.2.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)