From 44575e534409a5080651324158db880c079fbd4e Mon Sep 17 00:00:00 2001 From: SANKET SARKAR Date: Mon, 15 Jun 2026 20:16:08 +0530 Subject: [PATCH] =?UTF-8?q?release:=20openagp=200.0.2=20=E2=80=94=20add=20?= =?UTF-8?q?'actor'=20message=20kind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Signed-off-by: SANKET SARKAR --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3400b26..42ad05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ While the SDK is pre-1.0, breaking changes are possible on any minor version bum _Nothing yet._ +## [0.0.2] — 2026-06-15 + +### Added + +- **`actor` message kind.** `validate`, `sign`, and `verify` now accept `kind="actor"` for signing and validating registry actor entries, against the new bundled `actor.json` schema (synced from `openagp/spec`). This is the schema the public [registry](https://github.com/openagp/registry) validates entries against, and lets an actor self-sign its entry with the same ADR-0001 protocol used for events and policies. + ## [0.0.1] — 2026-05-04 Initial public release alongside AGP spec `v0.1.0-rc.1`. diff --git a/pyproject.toml b/pyproject.toml index e6acc72..614f77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openagp" -version = "0.0.1" +version = "0.0.2" description = "Reference Python SDK for the Agent Governance Protocol (AGP)" readme = "README.md" license = { text = "Apache-2.0" }