Skip to content

Commit a260d76

Browse files
committed
chore(release): v0.9.1 [skip ci]
1 parent eab6a14 commit a260d76

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33

44

5+
## v0.9.1 (2024-05-14)
6+
7+
### Fix
8+
9+
* fix: depend on less restrictive version of tokenizers (#85) ([`eab6a14`](https://github.com/AI21Labs/ai21-tokenizer/commit/eab6a14a6a788efbff708df0cded59d2392ef7f2))
10+
11+
512
## v0.9.0 (2024-03-28)
613

14+
### Chore
15+
16+
* chore(release): v0.9.0 [skip ci] ([`974df9e`](https://github.com/AI21Labs/ai21-tokenizer/commit/974df9e8e9c46f5545dfb1a2603d51bac0eab750))
17+
718
### Feature
819

920
* feat: Jamba instruct tokenizer (#84) ([`88ff9af`](https://github.com/AI21Labs/ai21-tokenizer/commit/88ff9aff504caa8928d68bcde4430c24fbbc23f1))

ai21_tokenizer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.9.0"
1+
VERSION = "0.9.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ schema_pattern = "(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|
5959

6060
[tool.poetry]
6161
name = "ai21-tokenizer"
62-
version = "0.9.0"
62+
version = "0.9.1"
6363
description = ""
6464
authors = ["AI21 Labs"]
6565
readme = "README.md"

0 commit comments

Comments
 (0)