From e2d3f7ebd6de1d1dc108e6c5229f4374a8dab936 Mon Sep 17 00:00:00 2001 From: Moon-Young Date: Sat, 25 Jul 2026 16:09:55 +0000 Subject: [PATCH] =?UTF-8?q?release:=20Depone=200.2.11=20=E2=80=94=20health?= =?UTF-8?q?=20evidence=20substrate=20classification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Health gate evidence that the verifier cannot authenticate can no longer block handoff, even when the repository declares block enforcement. Bundle-bound gate artifacts restore declared enforcement. Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c40ce07..a474d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "depone" -version = "0.2.10" +version = "0.2.11" description = "Workflow designer + cross-platform evidence verifier for AI agent orchestration" license = { text = "MIT" } readme = "README.md"