Skip to content

Commit 54b654c

Browse files
committed
chore: bump version to 2.7.0 for release
1 parent 8df1bdc commit 54b654c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.7.0] - 2026-05-13
11+
12+
### Changed
13+
- Pin CORE_VERSION to 2.7.0
14+
15+
### Fixed
16+
- Download timeout and checksum fail-closed (#17)
17+
- Add `CAPISCIO_REQUIRE_CHECKSUM` fail-closed mode
18+
- Binary SHA-256 checksum verification after download
19+
1020
## [2.6.0] - 2026-03-27
1121

1222
### 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.6.0"
7+
version = "2.7.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
@@ -18,7 +18,7 @@
1818
logger = logging.getLogger(__name__)
1919

2020
# Configuration
21-
CORE_VERSION = "2.6.0" # The version of the core binary to download
21+
CORE_VERSION = "2.7.0" # The version of the core binary to download
2222
GITHUB_REPO = "capiscio/capiscio-core"
2323
BINARY_NAME = "capiscio"
2424

0 commit comments

Comments
 (0)