From 84f17dafee88962ead47d19a1ea2eb3998de3c18 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Nov 2023 09:08:06 +0000 Subject: [PATCH] chore(release): v0.3.9 [skip ci] --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ ai21_tokenizer/version.py | 2 +- pyproject.toml | 3 ++- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1deee4f..bb1f23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,45 @@ +## v0.3.9 (2023-11-27) + +### Chore + +* chore: add github badges (#58) ([`821455c`](https://github.com/AI21Labs/ai21-tokenizer/commit/821455c6bf2e897a3bf3619d2e078e2daf3d4653)) + +* chore(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 (#57) + +Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. +- [Release notes](https://github.com/urllib3/urllib3/releases) +- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) +- [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.7) + +--- +updated-dependencies: +- dependency-name: urllib3 + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`93ef6d6`](https://github.com/AI21Labs/ai21-tokenizer/commit/93ef6d6a18ca7ce7fb65fdf4cbc09e7105bcd8c3)) + +### Fix + +* fix: Modify badges (#59) + +* docs: fixed url + +* fix: inline + +* fix: README.md ([`20b7090`](https://github.com/AI21Labs/ai21-tokenizer/commit/20b709012059719a5084b7abed745f8705f0e8a1)) + + ## v0.3.8 (2023-11-26) +### Chore + +* chore(release): v0.3.8 [skip ci] ([`645ff5e`](https://github.com/AI21Labs/ai21-tokenizer/commit/645ff5ea0ffda722dae0fd211bded29f75b72066)) + ### Fix * fix: readme example (#56) ([`b713da8`](https://github.com/AI21Labs/ai21-tokenizer/commit/b713da8cdfe6434ac03cd25eaea7036ed172bf59)) diff --git a/ai21_tokenizer/version.py b/ai21_tokenizer/version.py index bd50943..ceb32f1 100644 --- a/ai21_tokenizer/version.py +++ b/ai21_tokenizer/version.py @@ -1 +1 @@ -VERSION = "0.3.8" +VERSION = "0.3.9" diff --git a/pyproject.toml b/pyproject.toml index 5ae702c..8d97488 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.8" +version = "0.3.9" description = "" authors = ["AI21 Labs"] readme = "README.md" @@ -105,6 +105,7 @@ newline_sequence = "\n" + [tool.poetry.group.test.dependencies] coverage = "^7.1.0" pytest = "7.2.1"