File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " capiscio"
7- version = " 2.5 .0"
7+ version = " 2.6 .0"
88description = " The official CapiscIO CLI tool for validating A2A agents."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1717logger = 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
2121GITHUB_REPO = "capiscio/capiscio-core"
2222BINARY_NAME = "capiscio"
2323
You can’t perform that action at this time.
0 commit comments