Skip to content

Commit

Permalink
chore(release): v0.11.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 20, 2024
1 parent 4ec43a0 commit 57e712e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# CHANGELOG

## v0.11.2 (2024-06-20)

### Fix

* fix: add missing space tokens init on jursssic (#89)

* fix: missing space tokens init on jursssic, fix import in example

* test: add test for space_tokens init ([`4ec43a0`](https://github.com/AI21Labs/ai21-tokenizer/commit/4ec43a04e875d0fcb4dc557607c17a6ff8734176))

## v0.11.1 (2024-06-20)

### Chore

* chore(release): v0.11.1 [skip ci] ([`07bf0cd`](https://github.com/AI21Labs/ai21-tokenizer/commit/07bf0cd237d566a43fac94513ce30d8d20668fd7))

### Fix

* fix: Added backwards compatibility for jamba tokenizer (#88)
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.1"
VERSION = "0.11.2"
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.1"
version = "0.11.2"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down

0 comments on commit 57e712e

Please sign in to comment.