Skip to content

Commit d5a56d1

Browse files
committed
bump: v0.2.1 -> v0.3.0
1 parent 9f81a4d commit d5a56d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.3.0 (2026-01-09)
2+
3+
### Feat
4+
5+
- SkillSkape dataset as ranking task
6+
- Job title similarity as a ranking task
7+
8+
### Refactor
9+
10+
- move functions centered in run.py for public api to registry.py and results.py.
11+
- rename evaluate.py to run.py to remove ambiguity with workrb.evaluate function
12+
113
## v0.2.1 (2026-01-06)
214

315
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/workrb"]
77

88
[project]
99
name = "workrb"
10-
version = "0.2.1"
10+
version = "0.3.0"
1111
description = "WorkRB: Work Research Benchmark. Easy benchmarking of AI progress in the work domain."
1212
readme = "README.md"
1313
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)