Skip to content

Commit 9ca8b34

Browse files
committed
(chore) prepare for release v0.8.6
1 parent 92e17d1 commit 9ca8b34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v0.8.6](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.6) - 2025-08-12
11+
1012
- Pinned datasets, tokenizers, pyarrow versions.
1113

1214
## [v0.8.5](https://github.com/allenai/OLMo-in-loop-evals/releases/tag/v0.8.5) - 2025-07-20

src/olmo_eval/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "8"
3-
_PATCH = "5"
3+
_PATCH = "6"
44
_SUFFIX = ""
55

66
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)

0 commit comments

Comments
 (0)