capiscio 2.2.0__tar.gz → 2.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {capiscio-2.2.0 → capiscio-2.3.1}/CHANGELOG.md +21 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/PKG-INFO +1 -1
- {capiscio-2.2.0 → capiscio-2.3.1}/pyproject.toml +1 -1
- {capiscio-2.2.0 → capiscio-2.3.1}/src/capiscio/__init__.py +1 -1
- {capiscio-2.2.0 → capiscio-2.3.1}/.github/workflows/e2e.yml +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/.github/workflows/pr-checks.yml +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/.github/workflows/publish.yml +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/.github/workflows/test.yml +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/.gitignore +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/LICENSE +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/README.md +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/docs/getting-started/installation.md +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/docs/index.md +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/docs/reference/commands.md +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/mkdocs.yml +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/pytest.ini +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/src/capiscio/cli.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/src/capiscio/manager.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/README.md +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/conftest.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/e2e/conftest.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/e2e/fixtures/invalid-agent-card.json +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/e2e/fixtures/malformed.txt +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/e2e/fixtures/valid-agent-card.json +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/e2e/test_badge_e2e.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/e2e/test_validate_e2e.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/unit/test_cli.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/tests/unit/test_manager.py +0 -0
- {capiscio-2.2.0 → capiscio-2.3.1}/uv.lock +0 -0
|
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
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
|
+
|
|
8
29
|
## [2.2.0] - 2025-12-10
|
|
9
30
|
|
|
10
31
|
### Changed
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|