Skip to content

Commit

Permalink
chore(release): v0.12.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 21, 2024
1 parent e052b22 commit 1e09db1
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,9 +1,27 @@
# CHANGELOG

## v0.12.0 (2024-08-21)

### Feature

* feat: add jamba 1.5 tokenizers (mini and large) (#96)

* feat: add jamba 1.5 tokenizers (mini and large)

* test: fix value error on conftest.py

* refactor: rename file name

* chore: fix path

* fix: enter ([`e052b22`](https://github.com/AI21Labs/ai21-tokenizer/commit/e052b22e69f03bb03992129ea34b91c98bac0fbb))

## v0.11.3 (2024-08-05)

### Chore

* chore(release): v0.11.3 [skip ci] ([`5be5b59`](https://github.com/AI21Labs/ai21-tokenizer/commit/5be5b59820cefe61ab4c6b4f273f9296fabb2983))

* chore(deps-dev): bump authlib from 1.2.1 to 1.3.1 (#91)

Bumps [authlib](https://github.com/lepture/authlib) from 1.2.1 to 1.3.1.
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.3"
VERSION = "0.12.0"
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.3"
version = "0.12.0"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down

0 comments on commit 1e09db1

Please sign in to comment.