From 38d6ea0760dea4ee4bbe805053d697d38c665fd7 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 27 Mar 2026 15:51:30 -0400 Subject: [PATCH] chore: bump version to 2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pyproject.toml → 2.6.0 - manager.py CORE_VERSION → 2.6.0 - CHANGELOG: add [2.6.0] entry (downloads core v2.6.0) --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/capiscio/manager.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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"