Skip to content

Commit 6c858c0

Browse files
committed
release: v0.7.0
1 parent 0b30506 commit 6c858c0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2026-05-20
11+
1012
### Added
1113
- Structured intent and scope metadata on `CapabilityRequest`: new optional
1214
`intent: str | None` and `scope: dict[str, Any]` fields let policy engines

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 = "weaver-kernel"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Capability-based security kernel for AI agents operating in large tool ecosystems"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)