Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "1.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0.0 (2026-08-28)


### Features

* a2a go as a base for the official cli ([#2](https://github.com/a2aproject/a2a-cli/issues/2)) ([9ef85ca](https://github.com/a2aproject/a2a-cli/commit/9ef85ca18ba6dc475d38a1093877a4462ec11fb7))
* add a2a-cli specification v0.2 reviewed ([#1](https://github.com/a2aproject/a2a-cli/issues/1)) ([6a0906c](https://github.com/a2aproject/a2a-cli/commit/6a0906c50971071ad86a16024f30887de82dcae4))
* cli -> spec reconciliation for tier 1 features ([#9](https://github.com/a2aproject/a2a-cli/issues/9)) ([f9a143b](https://github.com/a2aproject/a2a-cli/commit/f9a143b52d22269ccf817889621f8c1e92c72cdb))
* implement agent card file path support ([#22](https://github.com/a2aproject/a2a-cli/issues/22)) ([836c373](https://github.com/a2aproject/a2a-cli/commit/836c3738b6ba52e6922d6d8aaf34d11130bba7c5))
* mplement config loading from .env files ([#12](https://github.com/a2aproject/a2a-cli/issues/12)) ([cb1c91b](https://github.com/a2aproject/a2a-cli/commit/cb1c91b60dcac90679a997b04a4c372755fa03a0))


### Bug Fixes

* address cli issues discovered during code audit ([#14](https://github.com/a2aproject/a2a-cli/issues/14)) ([fdbb3aa](https://github.com/a2aproject/a2a-cli/commit/fdbb3aad6289c0070480147a29e04c3d46aa6c2f))