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 @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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

### Changed
- **CORE VERSION**: Now downloads `capiscio-core` v2.3.0
- **RFC-002 v1.3**: Badge validation now includes staleness fail-closed behavior

## [2.2.0] - 2025-12-10

### Changed
- **VERSION ALIGNMENT**: All CapiscIO packages now share the same version number.
- **CORE VERSION**: Now downloads `capiscio-core` v2.2.0

## [1.1.0] - 2025-11-21

### Changed
Expand Down
6 changes: 3 additions & 3 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": "validate-a2a",
"version": "2.2.0",
"version": "2.3.1",
"description": "GitHub Action to validate A2A protocol agent cards with three-dimensional scoring",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading