Skip to content

Commit 6f1816f

Browse files
docs: release v9.0.1 (#1196)
1 parent 50a9f8c commit 6f1816f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
### Breaking Changes
1212
...
1313

14+
## 9.0.1
15+
### Fixes
16+
- Fixes an incompatibility where models with tokenizer with no whitespace prefix could not be used for qa examples. Now, no error will be thrown.
17+
1418
## 9.0.0
1519

1620
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "intelligence-layer"
7-
version = "9.0.0"
7+
version = "9.0.1"
88
description = ""
99
authors = ["Aleph Alpha Engineering <engineering@aleph-alpha.com>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)