Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pact-python-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Note that this _only_ includes changes to the Python re-packaging of the Pact CL
<!-- markdownlint-disable emph-style -->
<!-- markdownlint-disable strong-style -->

## [pact-python-cli/2.6.0.1] _2026-06-02_

### 🚀 Features

- Bump Rust CLI to 0.10.2. See [Pact CLI releases](https://github.com/pact-foundation/pact-cli/releases) for details.

### Contributors

- @JP-Ellis

## [pact-python-cli/2.6.0.0] _2026-04-16_

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pact-python-cli/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Remove fixed version and infer from package metadata when pact-cli versioning
# is adopted.
PACT_RUST_CLI_VERSION = "0.9.5"
PACT_RUST_CLI_VERSION = "0.10.2"
PACT_RUST_CLI_URL = "https://github.com/pact-foundation/pact-cli/releases/download/v{version}/pact-{arch}-{os}{ext}"


Expand Down
2 changes: 1 addition & 1 deletion pact-python-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "pact-python-cli"
version = "2.6.0.0"
version = "2.6.0.1"
description = "Pact CLI bundle for Python"
readme = "README.md"
license = "MIT"
Expand Down
Loading