From 1e09db1450dc3c6f8975637da326860c11e67f14 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 21 Aug 2024 11:41:18 +0000 Subject: [PATCH] chore(release): v0.12.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ ai21_tokenizer/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6ffb8..60489cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/ai21_tokenizer/version.py b/ai21_tokenizer/version.py index 46898a9..c1830e4 100644 --- a/ai21_tokenizer/version.py +++ b/ai21_tokenizer/version.py @@ -1 +1 @@ -VERSION = "0.11.3" +VERSION = "0.12.0" diff --git a/pyproject.toml b/pyproject.toml index 31f67aa..ea8fcb3 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.3" +version = "0.12.0" description = "" authors = ["AI21 Labs"] readme = "README.md"