Skip to content

Commit

Permalink
Bump payjoin version to 0.13.0 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould authored Jan 4, 2024
2 parents 96212cc + 6d21dc7 commit de141c8
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
21 changes: 19 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions payjoin-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# payjoin-cli Changelog

## 0.0.3-alpha

- Parse `WellKnownError` `ResponseError` from receivers (#120)
- Show OHTTP Config issue was unclear (#153)
- Better compatibility for `receive` on taproot wallets (#147)

## 0.0.2-alpha

- New `v2` oblivious, asynchronous, serverless payjoin support
Expand Down
2 changes: 1 addition & 1 deletion payjoin-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payjoin-cli"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
authors = ["Dan Gould <[email protected]>"]
description = "A command-line Payjoin client for Bitcoin Core"
repository = "https://github.com/payjoin/rust-payjoin"
Expand Down
12 changes: 12 additions & 0 deletions payjoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Payjoin Changelog

## 0.13.0

### API

- Parse json errors from the receiver into `WellKnown` or other `ResponseErrors`

### Fixes

- Fixed problem where outdated OHTTP Config issue was unclear (#153)
- Support Taproot PSBT field clearing and validation (#157)
- Build `v2` docs

## 0.12.0

- Introduce `v2` feature with oblivious, asynchronous, serverless payjoin
Expand Down
4 changes: 2 additions & 2 deletions payjoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payjoin"
version = "0.12.0"
version = "0.13.0"
authors = ["Dan Gould <[email protected]>"]
description = "Payjoin Library for the BIP78 Pay to Endpoint protocol."
repository = "https://github.com/payjoin/rust-payjoin"
Expand Down Expand Up @@ -43,4 +43,4 @@ tokio = { version = "1.12.0", features = ["full"] }
ureq = "2.8.0"

[package.metadata.docs.rs]
features = ["send", "receive", "base64"]
features = ["send", "receive", "base64", "v2"]

0 comments on commit de141c8

Please sign in to comment.