From 84994c0c4c3e7299cddd92309cdd139cc75f20c9 Mon Sep 17 00:00:00 2001 From: "pact-foundation[bot]" <289648111+pact-foundation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:26:49 +0000 Subject: [PATCH] chore(release): pact-python-ffi v0.5.6.0 --- pact-python-ffi/CHANGELOG.md | 10 ++++++++++ pact-python-ffi/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pact-python-ffi/CHANGELOG.md b/pact-python-ffi/CHANGELOG.md index a04357c4b..107e729ae 100644 --- a/pact-python-ffi/CHANGELOG.md +++ b/pact-python-ffi/CHANGELOG.md @@ -8,6 +8,16 @@ Note that this _only_ includes changes to the Python FFI interface. For changes +## [pact-python-ffi/0.5.6.0] _2026-08-11_ + +### ⚙️ Miscellaneous Tasks + +- _(ci)_ Skip generic linux_ tags + +### Contributors + +- @JP-Ellis + ## [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 99772acfe..d32834532 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.6.0" description = "Python bindings for the Pact FFI library" readme = "README.md" license = "MIT"