diff --git a/CHANGELOG.md b/CHANGELOG.md index f238863..1ad5824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ # CHANGELOG +## v0.11.1 (2024-06-20) + +### Fix + +* fix: Added backwards compatibility for jamba tokenizer (#88) + +* fix: Added backwards compatibility for jamba tokenizer + +* fix: Added to async + +--------- + +Co-authored-by: asafg <asafg@ai21.com> ([`9ad3475`](https://github.com/AI21Labs/ai21-tokenizer/commit/9ad34759295dc8ccde30fe273c508b617ea81175)) + ## v0.11.0 (2024-06-18) +### Chore + +* chore(release): v0.11.0 [skip ci] ([`0df321c`](https://github.com/AI21Labs/ai21-tokenizer/commit/0df321c8491404c595f9a30cc413ccebdcf24551)) + ### Feature * feat: Async tokenizer (#86) diff --git a/ai21_tokenizer/version.py b/ai21_tokenizer/version.py index 056f0f4..b5ce99b 100644 --- a/ai21_tokenizer/version.py +++ b/ai21_tokenizer/version.py @@ -1 +1 @@ -VERSION = "0.11.0" +VERSION = "0.11.1" diff --git a/pyproject.toml b/pyproject.toml index 478d941..44b4845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ schema_pattern = "(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert| [tool.poetry] name = "ai21-tokenizer" -version = "0.11.0" +version = "0.11.1" description = "" authors = ["AI21 Labs"] readme = "README.md"