From c5ad51cc97309219951d75accd0dc9cf8190d35f Mon Sep 17 00:00:00 2001 From: brendanjryan <1572504+brendanjryan@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:30:45 +0000 Subject: [PATCH] chore: release `v0.6.3` --- .changelog/fix-pull-mode-attribution-memo.md | 5 ----- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changelog/fix-pull-mode-attribution-memo.md diff --git a/.changelog/fix-pull-mode-attribution-memo.md b/.changelog/fix-pull-mode-attribution-memo.md deleted file mode 100644 index aa82458..0000000 --- a/.changelog/fix-pull-mode-attribution-memo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -pympp: patch ---- - -Allowed Tempo pull-mode validation to accept client attribution memos in both preflight calldata checks and split receipt matching while still rejecting truncated `transferWithMemo` calldata. diff --git a/CHANGELOG.md b/CHANGELOG.md index 668e135..1ac371e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.3 (2026-04-22) + +### Patch Changes + +- Allowed Tempo pull-mode validation to accept client attribution memos in both preflight calldata checks and split receipt matching while still rejecting truncated `transferWithMemo` calldata. (by @BrendanRyan, [#130](https://github.com/tempoxyz/pympp/pull/130)) + ## 0.6.2 (2026-04-19) ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index 288a42e..50e8f3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pympp" -version = "0.6.2" +version = "0.6.3" description = "Python SDK for the Machine Payments Protocol (MPP)" readme = "README.md" requires-python = ">=3.11"