Skip to content

Commit

Permalink
chore(release): v0.11.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 20, 2024
1 parent 9ad3475 commit 07bf0cd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ai21_tokenizer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.11.0"
VERSION = "0.11.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07bf0cd

Please sign in to comment.