Skip to content

Commit 521fcee

Browse files
dreynowclaude
andcommitted
chore: bump kanoniv-auth to v0.2.6
Includes all features from this session: agent registry, exec wrapper, audit log, status, hierarchical scopes, git pre-push hook, install-hook, install-skill, Claude Code skill files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 875a341 commit 521fcee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sdks/kanoniv-auth/kanoniv_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from kanoniv_auth.crypto import KeyPair, generate_keys, load_keys
2222
from kanoniv_auth.registry import register_agent, get_agent, list_agents, resolve_name
2323

24-
__version__ = "0.2.5"
24+
__version__ = "0.2.6"
2525
__all__ = [
2626
"delegate",
2727
"verify",

sdks/kanoniv-auth/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 = "kanoniv-auth"
7-
version = "0.2.5"
7+
version = "0.2.6"
88
description = "Sudo for AI agents. Replace API keys with cryptographic delegation."
99
readme = "README.md"
1010
license = "MIT"

sdks/kanoniv-auth/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ class TestVersion:
179179
def test_version_flag(self, runner):
180180
result = runner.invoke(cli, ["--version"])
181181
assert result.exit_code == 0
182-
assert "0.2.5" in result.output
182+
assert "0.2.6" in result.output

0 commit comments

Comments
 (0)