Skip to content

Commit 00fbaae

Browse files
chore: release v0.7.0 (#136)
Co-authored-by: brendanjryan <1572504+brendanjryan@users.noreply.github.com>
1 parent 4315a40 commit 00fbaae

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changelog/merry-wolves-dry.md

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

.changelog/ugly-sheep-whisper.md

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

CHANGELOG.md

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

3+
## 0.7.0 (2026-05-01)
4+
5+
### Minor Changes
6+
7+
- Added fee payer policy enforcement for sponsored Tempo transactions, validating gas limits, fee caps, total fee budgets, validity windows, and access lists against per-chain policy defaults. Added call pattern validation to restrict sponsored transactions to approved selectors (transfers, and optionally an approve+swap prefix via the stablecoin DEX). (by @BrendanRyan, [#135](https://github.com/tempoxyz/pympp/pull/135))
8+
9+
### Patch Changes
10+
11+
- Fixed client chain policy enforcement to reject challenges that attempt to switch the client to a different chain. Clients pinned to a chain (via `chain_id` or `rpc_url`) now raise a `ValueError` immediately instead of silently following the challenge's `chainId`. (by @BrendanRyan, [#135](https://github.com/tempoxyz/pympp/pull/135))
12+
313
## 0.6.3 (2026-04-22)
414

515
### Patch 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.6.3"
3+
version = "0.7.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)