From 9b377a0b320ce6147645476931b8533070ba3557 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:51:07 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2439dd..c94434b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to AgentLoop are documented here. +## [0.6.0](https://github.com/instax-dutta/agentloop/compare/v0.5.0...v0.6.0) (2026-08-06) + + +### Features + +* add behavior-equivalence community verifier (uniq reimplementation) ([f0be299](https://github.com/instax-dutta/agentloop/commit/f0be299e281850a9a4587fe0bbbd74bbdbb69ada)) +* add held-out-oracle community verifier (roman numeral converter) ([bbef488](https://github.com/instax-dutta/agentloop/commit/bbef4886dd0f849ba79cf6c13d6a9afd1bef9f6a)) +* add property-based community verifier (rpn calculator) ([611d4c1](https://github.com/instax-dutta/agentloop/commit/611d4c10a49c228a625bcc859ed4e5fe50c12e31)) +* check_verifiers verifies the adversarial path (bad-solution must fail) ([e011562](https://github.com/instax-dutta/agentloop/commit/e011562c4b7aea6726738ac8b122a330cf7554f7)) + + +### Documentation + +* summarize community verifiers in the examples gallery ([7595129](https://github.com/instax-dutta/agentloop/commit/7595129358caee6d63f157783301e6985f965720)) + ## [0.5.0](https://github.com/instax-dutta/agentloop/compare/v0.4.0...v0.5.0) (2026-08-06) diff --git a/pyproject.toml b/pyproject.toml index 71e35ba..9175d82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentloop-cli" -version = "0.5.0" +version = "0.6.0" description = "Harness-agnostic, self-verifying autonomy wrapper for coding agents" readme = "README.md" requires-python = ">=3.10"