Skip to content

Commit d5f913d

Browse files
Anyeshclaude
andcommitted
chore: bump version to 0.3.0
Cursor adapter verified, activation testing via tool call detection, multi-turn support, all examples verified e2e. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d6f1f15 commit d5f913d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ scenarios:
111111
value: "commit"
112112
```
113113
114-
Assertion types: `contains`, `not_contains`, `regex`, `tool_called`, `file_exists`, `file_contains`. Any assertion can be inverted with `negate: true`.
114+
Assertion types: `contains`, `not_contains`, `regex`, `tool_called`, `skill_activated`, `file_exists`, `file_contains`. Any assertion can be inverted with `negate: true`.
115115

116116
### Multi-run for measuring reliability
117117

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skillprobe"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Automated end-to-end skill testing for LLM coding tools"
55
readme = "README.md"
66
license = "MIT"

src/skillprobe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

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)