diff --git a/CHANGELOG.md b/CHANGELOG.md index e36cde8..0af8944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0] - 2026-03-27 + +### Changed +- **CORE VERSION**: Now downloads `capiscio-core` v2.6.0 + ## [2.5.0] - 2026-03-16 ### Changed diff --git a/pyproject.toml b/pyproject.toml index e2e87c4..f878522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "capiscio" -version = "2.5.0" +version = "2.6.0" description = "The official CapiscIO CLI tool for validating A2A agents." readme = "README.md" requires-python = ">=3.10" diff --git a/src/capiscio/manager.py b/src/capiscio/manager.py index 4fc93ae..25cd0ba 100644 --- a/src/capiscio/manager.py +++ b/src/capiscio/manager.py @@ -17,7 +17,7 @@ logger = logging.getLogger(__name__) # Configuration -CORE_VERSION = "2.5.0" # The version of the core binary to download +CORE_VERSION = "2.6.0" # The version of the core binary to download GITHUB_REPO = "capiscio/capiscio-core" BINARY_NAME = "capiscio"