Skip to content

Commit fea453c

Browse files
chore(release): 0.5.7
Promotes the [Unreleased] async-sleep fix to a tagged release. Fixed: - _auto_handle_challenge no longer blocks the event loop when called from an async context. Polling is offloaded to a daemon thread named avp-challenge-{name}; sync callers behave identically. Note: versions 0.5.3-0.5.6 were published to PyPI without CHANGELOG entries. Going forward each release should have a corresponding changelog section + git tag (this commit re-establishes that).
1 parent 73f43aa commit fea453c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
All notable changes to the `agentveil` SDK.
44

5-
## [Unreleased]
5+
## [0.5.7] — 2026-04-17
66

77
### Fixed
88
- `_auto_handle_challenge` no longer blocks the event loop when called from an
99
async context. Polling work is now offloaded to a daemon thread
1010
(`avp-challenge-{name}`); sync callers behave exactly as before.
1111

12+
> Note: versions 0.5.3–0.5.6 were published to PyPI without changelog entries.
13+
> See git history for what changed in those releases.
14+
1215
## [0.5.2] — 2026-04-09
1316

1417
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentveil"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
description = "Python SDK for Agent Veil Protocol — reputation and identity for AI agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)