From 36f74d035909a55bab0e1b869e6a0e558a6dafdf Mon Sep 17 00:00:00 2001 From: lostmartian Date: Wed, 2 Sep 2026 00:31:01 +0530 Subject: [PATCH] chore(release): bump version to 0.5.0 --- CHANGELOG.md | 14 ++++++++++++-- src/agentdiff/__init__.py | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0044624..1d1449af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ All notable changes to **AgentDiff** (`agent-trajectory-diff`) are documented he The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2026-09-02 + +AgentDiff v0.5.0 — the **Circuit Breaker** release: statistical baselines, an +honest gate, and a self-serve approve bot. Highlights: N-run baseline +envelopes with variance bands (flaky agents stop flipping the gate), decoupled +failure modes (loops always block; path drift and cost are human judgments), +`/agentdiff approve` re-baselines from the PR thread as **agentdiff-ci[bot]** +via the hosted identity service, `agentdiff init` writes a production-ready +gate in seconds, and every report's provenance now describes the gate that +actually judged it. ### Added - **Hosted identity service** (`worker/`): a stateless Cloudflare Worker @@ -330,4 +339,5 @@ regression engine for multi-turn, tool-using AI agents. - Requires Python 3.10+. - Licensed under MIT. -[0.2.0]: https://github.com/kerrshift/agentdiff/releases/tag/v0.2.0 \ No newline at end of file +[0.2.0]: https://github.com/kerrshift/agentdiff/releases/tag/v0.2.0 +[0.5.0]: https://github.com/kerrshift/agentdiff/releases/tag/v0.5.0 \ No newline at end of file diff --git a/src/agentdiff/__init__.py b/src/agentdiff/__init__.py index 1b15493d..0c07c673 100644 --- a/src/agentdiff/__init__.py +++ b/src/agentdiff/__init__.py @@ -32,7 +32,7 @@ assert_no_regressions(report) """ -__version__ = "0.4.0" +__version__ = "0.5.0" from agentdiff.adapters import ( BaseAdapter,