Skip to content

Commit 86e6706

Browse files
committed
Release 0.2.0
1 parent 43b0c28 commit 86e6706

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ under Unreleased and move into a version section at release time.
55

66
## Unreleased
77

8+
## 0.2.0 - 2026-07-14
9+
810
### Added
911

1012
- `register_model()` accepts a `model_format` override for models without a matching extractor; `llm_api()` registers its models as format `"api"`, matching the openai/anthropic integrations instead of `"unknown"`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wildedge-sdk"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "ML inference monitoring for Python: on-device and remote models"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)