Skip to content

Commit ea50d4b

Browse files
authored
chore: bump version to 2.3.1
1 parent 4c0a224 commit ea50d4b

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## [2.3.1] - 2025-01-14
11+
12+
### Changed
13+
- **CORE VERSION**: Now downloads `capiscio-core` v2.3.1
14+
15+
### Fixed
16+
- Aligned all version references across package metadata
17+
18+
## [2.3.0] - 2025-01-13
19+
20+
### Added
21+
- **E2E Test Suite**: Comprehensive end-to-end test coverage for CLI wrapper workflows
22+
23+
### Fixed
24+
- **CLI Command Syntax**: Fixed incorrect command syntax in documentation
25+
26+
### Changed
27+
- **CORE VERSION**: Now downloads `capiscio-core` v2.3.0
28+
829
## [2.2.0] - 2025-12-10
930

1031
### 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.2.0"
7+
version = "2.3.1"
88
description = "The official CapiscIO CLI tool for validating A2A agents."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/capiscio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""CapiscIO CLI package."""
22

3-
__version__ = "2.2.0"
3+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)