Skip to content

Commit f7abd77

Browse files
committed
Bump payjoin-ffi version to 0.24
1 parent 40e1035 commit f7abd77

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

payjoin-ffi/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2+
## [0.24.0]
3+
4+
### Session Persister
5+
6+
- Update to payjoin-0.24.0
7+
- Replace PersisterTrait with SessionPersister Trait [#750](https://github.com/payjoin/rust-payjoin/pull/750) [#789](https://github.com/payjoin/rust-payjoin/pull/789)
8+
- 0.24 name audit [#803](https://github.com/payjoin/rust-payjoin/pull/803), [#810](https://github.com/payjoin/rust-payjoin/pull/810)
9+
- Sender Session Events [#777](https://github.com/payjoin/rust-payjoin/pull/777)
10+
- Receiver Session Events [#760](https://github.com/payjoin/rust-payjoin/pull/760)
11+
- Replace Persister with SessionPersister for v2 Sender [#789](https://github.com/payjoin/rust-payjoin/pull/789)
12+
- Expose fallback tx off receiver session history [#799](https://github.com/payjoin/rust-payjoin/pull/799)
13+
- Sender session history fallback [#805](https://github.com/payjoin/rust-payjoin/pull/805)
14+
- Remove storage error wrapper [#781](https://github.com/payjoin/rust-payjoin/pull/781)
15+
- Move extract_fallback_tx to MaybeInputsOwned [#801](https://github.com/payjoin/rust-payjoin/pull/801)
16+
17+
### Misc.
18+
19+
- Fix setup.py BIP number typo in description [#709](https://github.com/payjoin/rust-payjoin/pull/709)
20+
- Remove unused Python callback classes [#725](https://github.com/payjoin/rust-payjoin/pull/725)
21+
- README fixes [#732](https://github.com/payjoin/rust-payjoin/pull/732)
22+
- Update links to reference BIP-77 document [#733](https://github.com/payjoin/rust-payjoin/pull/733)
23+
- Remove unused imports in python int. tests [#779](https://github.com/payjoin/rust-payjoin/pull/779)
24+
- Propagate error on loading Receiver [#720](https://github.com/payjoin/rust-payjoin/pull/720)
25+
- Upgrade setuptools [#704](https://github.com/payjoin/rust-payjoin/pull/704)
26+
127
## [0.23.0]
228

329
- Update to payjoin-0.23.0

payjoin-ffi/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-ffi"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
exclude = ["tests"]

0 commit comments

Comments
 (0)