File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
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.2.0 "
7+ version = " 2.3.1 "
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 11"""CapiscIO CLI package."""
22
3- __version__ = "2.2.0 "
3+ __version__ = "2.3.1 "
You can’t perform that action at this time.
0 commit comments