Skip to content

Commit 9c9126a

Browse files
Sdvegas21claude
andcommitted
release: 0.4.2 — pin mvar-security>=1.6.0 (identity continuity gate)
Version bump only; requires the mvar governor that ships the CONTINUITY_NOT_ESTABLISHED recognition gate. Suite green at 9,608. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ca1d16f commit 9c9126a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "clawzero"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Deterministic execution boundary for AI agents"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838

3939
dependencies = [
40-
"mvar-security>=1.4.0",
40+
"mvar-security>=1.6.0",
4141
]
4242

4343
[project.optional-dependencies]

src/clawzero/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Deterministic execution boundary between model output and tool execution.
55
"""
66

7-
__version__ = "0.4.1"
7+
__version__ = "0.4.2"
88
__author__ = "MVAR Security"
99
__license__ = "Apache-2.0"
1010

0 commit comments

Comments
 (0)