Skip to content

Commit 38d6ea0

Browse files
committed
chore: bump version to 2.6.0
- pyproject.toml → 2.6.0 - manager.py CORE_VERSION → 2.6.0 - CHANGELOG: add [2.6.0] entry (downloads core v2.6.0)
1 parent c174b7c commit 38d6ea0

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.6.0] - 2026-03-27
11+
12+
### Changed
13+
- **CORE VERSION**: Now downloads `capiscio-core` v2.6.0
14+
1015
## [2.5.0] - 2026-03-16
1116

1217
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "capiscio"
7-
version = "2.5.0"
7+
version = "2.6.0"
88
description = "The official CapiscIO CLI tool for validating A2A agents."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/capiscio/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logger = logging.getLogger(__name__)
1818

1919
# Configuration
20-
CORE_VERSION = "2.5.0" # The version of the core binary to download
20+
CORE_VERSION = "2.6.0" # The version of the core binary to download
2121
GITHUB_REPO = "capiscio/capiscio-core"
2222
BINARY_NAME = "capiscio"
2323

0 commit comments

Comments
 (0)