From 0750cc853c9146624fae330befd9132194f2ddc1 Mon Sep 17 00:00:00 2001 From: "pact-foundation[bot]" <289648111+pact-foundation[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:49:41 +0000 Subject: [PATCH] chore(release): pact-python-ffi v0.5.5.0 --- pact-python-ffi/CHANGELOG.md | 5 +++++ pact-python-ffi/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pact-python-ffi/CHANGELOG.md b/pact-python-ffi/CHANGELOG.md index a04357c4b..e8f370ee8 100644 --- a/pact-python-ffi/CHANGELOG.md +++ b/pact-python-ffi/CHANGELOG.md @@ -8,6 +8,11 @@ Note that this _only_ includes changes to the Python FFI interface. For changes +## [pact-python-ffi/0.5.5.0] _2026-08-03_ + +### Contributors + + ## [pact-python-ffi/0.5.4.1] _2026-07-08_ - No changes within the FFI; manual bump to create a new wheel with latest `delvewheel` version. See [#1640](https://github.com/pact-foundation/pact-python/issues/1640). diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index 5c8e39aac..bb30790ec 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pact-python-ffi" -version = "0.5.4.1" +version = "0.5.5.0" description = "Python bindings for the Pact FFI library" readme = "README.md" license = "MIT"