Skip to content

Commit

Permalink
Merge pull request #85 from DanGould/bump-0.9.0
Browse files Browse the repository at this point in the history
bump payjoin 0.9.0
  • Loading branch information
DanGould authored Jul 12, 2023
2 parents 21a3fd8 + a6da64a commit 70823bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 9 additions & 1 deletion payjoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Payjoin Changelog

## 0.8.1
## 0.9.0

Bumping `bitcoin` and other crates was a breaking api change. This is a 0.8.1 semver re-release.

- Bump `bitcoin-0.30.0`
- Bump `bip21-0.3.1`
- Swap `base64-0.13.0` for `bitcoin`'s `base64` feature export

## 0.8.1 (yanked)

- Bump `bitcoin-0.30.0`
- Bump `bip21-0.3.1`
Expand Down
2 changes: 1 addition & 1 deletion payjoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payjoin"
version = "0.8.1"
version = "0.9.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

0 comments on commit 70823bc

Please sign in to comment.