Skip to content

Commit 8779bc5

Browse files
chore: bump all packages to v3.2.0 for publish
E2E encryption, Wire Protocol spec, registry, relay, MeshClient — all new since v3.1.1. Warrants a minor version bump. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e962d4e commit 8779bc5

File tree

77 files changed

+92
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+92
-80
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions

README.md

Lines changed: 1 addition & 1 deletion

packages/agent-compliance/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agent_governance_toolkit"
7-
version = "3.1.1"
7+
version = "3.2.0"
88
description = "Public Preview — Unified installer and runtime policy enforcement for the Agent Governance Toolkit"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/agent-compliance/src/agent_compliance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- agent-lightning: RL training governance
1919
"""
2020

21-
__version__ = "3.1.1"
21+
__version__ = "3.2.0"
2222

2323
# Re-export core components for convenience
2424
try:

packages/agent-hypervisor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agent_hypervisor"
7-
version = "3.1.1"
7+
version = "3.2.0"
88
description = "Public Preview — Agent Hypervisor: Runtime supervisor for multi-agent Shared Sessions with Execution Rings, Joint Liability, Saga Orchestration, and hash-chained audit trails"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/agent-hypervisor/src/hypervisor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Version: 2.0.0
1717
"""
1818

19-
__version__ = "3.1.1"
19+
__version__ = "3.2.0"
2020

2121
# Centralized constants
2222
from hypervisor import constants # noqa: F401

packages/agent-lightning/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentmesh_lightning"
7-
version = "3.1.1"
7+
version = "3.2.0"
88
description = "Public Preview — Agent-Lightning RL integration for the Agent Governance Toolkit: governed training with policy enforcement"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/agent-marketplace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentmesh_marketplace"
7-
version = "3.1.1"
7+
version = "3.2.0"
88
description = "Plugin marketplace for the Agent Governance Toolkit — discover, install, verify, and manage plugins"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/agent-mesh/packages/langchain-agentmesh/langchain_agentmesh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from langchain_agentmesh.tools import TrustGatedTool, TrustedToolExecutor
1212
from langchain_agentmesh.callbacks import TrustCallbackHandler
1313

14-
__version__ = "3.1.1"
14+
__version__ = "3.2.0"
1515

1616
__all__ = [
1717
# Identity

packages/agent-mesh/packages/langchain-agentmesh/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langchain_agentmesh"
7-
version = "3.1.1"
7+
version = "3.2.0"
88
description = "AgentMesh trust layer integration for LangChain - cryptographic identity and trust verification for AI agents"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)