Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.1] - 2025-01-14

### Changed
- **CORE VERSION**: Now downloads `capiscio-core` v2.3.1

### Fixed
- Aligned all version references across package metadata

## [2.3.0] - 2025-01-13

### Added
- **E2E Test Suite**: Comprehensive end-to-end test coverage for CLI wrapper workflows
- **Documentation**: Complete CLI documentation audit and restructure
- **Dark Mode**: MkDocs documentation now supports dark mode

### Fixed
- **Documentation**: Removed duplicate documentation files causing build warnings
- **Goal-Centric Navigation**: Restructured docs for goal-oriented navigation

### Changed
- **CORE VERSION**: Now downloads `capiscio-core` v2.3.0

## [2.2.0] - 2025-12-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capiscio",
"version": "2.2.0",
"version": "2.3.1",
"description": "The official CapiscIO CLI tool for validating A2A agents",
"keywords": [
"a2a",
Expand Down