Skip to content

Commit dac8c4a

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2026-02-20) ### Features * **evaluation:** add evaluation module using platform-challenge-sdk types ([#6](#6)) ([78a369e](78a369e))
1 parent 78a369e commit dac8c4a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/PlatformNetwork/term-executor/compare/v2.1.0...v2.2.0) (2026-02-20)
2+
3+
4+
### Features
5+
6+
* **evaluation:** add evaluation module using platform-challenge-sdk types ([#6](https://github.com/PlatformNetwork/term-executor/issues/6)) ([78a369e](https://github.com/PlatformNetwork/term-executor/commit/78a369e46cfde69b8b748acf1215ec567cf5ae2c))
7+
18
# [2.1.0](https://github.com/PlatformNetwork/term-executor/compare/v2.0.0...v2.1.0) (2026-02-20)
29

310

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "term-executor"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
edition = "2021"
55
description = "Attested SWE-bench evaluation executor for term-challenge miners"
66
authors = ["Platform Network"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

0 commit comments

Comments
 (0)