Skip to content

Commit 56c07af

Browse files
committed
release: v0.6.0
1 parent b4fa1d2 commit 56c07af

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.6.0] - 2026-05-19
11+
1012
### Added
1113
- Cross-invocation context budget manager (`BudgetManager`) tracks cumulative token usage across
1214
multiple `Kernel.invoke()` calls within a session. When attached to a `Kernel` via the new

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.5.0"
7+
version = "0.6.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)