Skip to content

Commit

Permalink
chore(release): v0.3.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 27, 2023
1 parent 3cc71e7 commit 5280149
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@



## v0.3.11 (2023-12-27)

### Fix

* fix: BaseTokenizer in init (#68) ([`3cc71e7`](https://github.com/AI21Labs/ai21-tokenizer/commit/3cc71e747a0b5d5450dbe70618456d415171ae23))


## v0.3.10 (2023-12-27)

### Chore

* chore(release): v0.3.10 [skip ci] ([`1601535`](https://github.com/AI21Labs/ai21-tokenizer/commit/16015359022592a058a48893076fd4c34ab85b74))

* chore(deps-dev): bump safety from 2.3.4 to 2.3.5 (#64)

Bumps [safety](https://github.com/pyupio/safety) from 2.3.4 to 2.3.5.
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.3.10"
VERSION = "0.3.11"
3 changes: 2 additions & 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.3.10"
version = "0.3.11"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down Expand Up @@ -107,6 +107,7 @@ newline_sequence = "\n"




[tool.poetry.group.test.dependencies]
coverage = "^7.1.0"
pytest = "7.2.1"
Expand Down

0 comments on commit 5280149

Please sign in to comment.