Skip to content

Commit fdbfe49

Browse files
snimuclaude
andauthored
Prepare v0.1.15.dev18 release (#1514)
Bump __version__ to 0.1.15.dev18 and add release notes for the changes since the v0.1.15.dev17 tag (#1504, #1505, #1508, #1512). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3e13384 commit fdbfe49

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Verifiers v0.1.15.dev18 Release Notes
2+
3+
*Date:* 06/01/2026
4+
5+
## Highlights since v0.1.15.dev17
6+
7+
- **v1 interception and sandbox config.** The interception server now accepts request bodies up to 24 MB, and the v1 `SandboxConfig` regains its `labels` field.
8+
- **Standalone packages and agents.** The `tasksets` and `harnesses` packages move to OIDC trusted publishing, and the mini-swe-agent harness issues real parallel tool calls.
9+
10+
## Changes included in v0.1.15.dev18 (since v0.1.15.dev17)
11+
12+
### v1 runtime and interception
13+
14+
- Re-add labels field to v1 SandboxConfig (#1512)
15+
- Raise interception server request body limit to 24 MB (#1504)
16+
17+
### Harnesses and packaging
18+
19+
- Use real parallel tool calls for mini-swe-agent (#1505)
20+
- Set trusted publishing for tasksets and harnesses (#1508)
21+
22+
**Full Changelog**: https://github.com/PrimeIntellect-ai/verifiers/compare/v0.1.15.dev17...v0.1.15.dev18

verifiers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.15.dev17"
1+
__version__ = "0.1.15.dev18"
22

33
import importlib
44
import os

0 commit comments

Comments
 (0)