diff --git a/CHANGELOG.md b/CHANGELOG.md index ed82cd3..29a6c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,39 @@ +## v0.3.7 (2023-11-23) + +### Ci + +* ci: workflow dispatch for release (#54) ([`dbf5609`](https://github.com/AI21Labs/ai21-tokenizer/commit/dbf5609f63966804ea56e3c6b3e671498cd9feb3)) + +* ci: Automate pypi publish (#53) + +* ci: Automate pypi publish on new release + +* fix: Remove comment + +* fix: title of action + +* fix: title of action ([`7c04fda`](https://github.com/AI21Labs/ai21-tokenizer/commit/7c04fdab10f57c4ed61ce974a5f98ed2b5ec0abd)) + +### Fix + +* fix: Examples in readme (#55) + +* ci: workflow dispatch for release + +* docs: Updated readme with more examples + +* docs: Added docs to base class ([`94f3a3c`](https://github.com/AI21Labs/ai21-tokenizer/commit/94f3a3c9539346ac1bc501f6c83ce1e3525d055a)) + + ## v0.3.6 (2023-11-22) +### Chore + +* chore(release): v0.3.6 [skip ci] ([`550644d`](https://github.com/AI21Labs/ai21-tokenizer/commit/550644d181a36eb9a2d4312959a27a04743cde25)) + ### Ci * ci: added python version to pypi publish (#50) ([`83cbbea`](https://github.com/AI21Labs/ai21-tokenizer/commit/83cbbeaa2626ff0adfc10a4d325a345322fade70)) diff --git a/ai21_tokenizer/version.py b/ai21_tokenizer/version.py index c9240ad..29ae4fa 100644 --- a/ai21_tokenizer/version.py +++ b/ai21_tokenizer/version.py @@ -1 +1 @@ -VERSION = "0.3.6" +VERSION = "0.3.7" diff --git a/pyproject.toml b/pyproject.toml index 82e4139..a0cc788 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.3.6" +version = "0.3.7" description = "" authors = ["AI21 Labs"] readme = "README.md" @@ -103,6 +103,7 @@ newline_sequence = "\n" + [tool.poetry.group.test.dependencies] coverage = "^7.1.0" pytest = "7.2.1"