Skip to content

Commit ba49e65

Browse files
chore: release v0.8.0 (#141)
Co-authored-by: brendanjryan <1572504+brendanjryan@users.noreply.github.com>
1 parent 0582be1 commit ba49e65

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changelog/quick-cows-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.0 (2026-05-16)
4+
5+
### Minor Changes
6+
7+
- Added client and server payment lifecycle hooks (`EventDispatcher`, `PaymentEvent`) for observing challenge selection, credential creation, payment responses, successes, and failures. Both `PaymentTransport`/`Client` and `Mpp`/`pay` now expose typed `on_*` registration methods with unsubscribe callbacks. (by @BrendanRyan, [#140](https://github.com/tempoxyz/pympp/pull/140))
8+
39
## 0.7.0 (2026-05-01)
410

511
### Minor Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pympp"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Python SDK for the Machine Payments Protocol (MPP)"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)