Skip to content

Commit

Permalink
chore(release): v0.3.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2023
1 parent 13944eb commit 550644d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,29 @@



## v0.3.6 (2023-11-22)

### Ci

* ci: added python version to pypi publish (#50) ([`83cbbea`](https://github.com/AI21Labs/ai21-tokenizer/commit/83cbbeaa2626ff0adfc10a4d325a345322fade70))

* ci: exclude changelog (#48) ([`9222c55`](https://github.com/AI21Labs/ai21-tokenizer/commit/9222c5566b8d220ca70e9c1eb6ed6aec679c9873))

### Documentation

* docs: CODEOWNERS (#49) ([`1e6513b`](https://github.com/AI21Labs/ai21-tokenizer/commit/1e6513badd83cde1b48da6dcf5c31ae0ec1795c3))

### Fix

* fix: support ai21_tokenizer.__version__ (#52) ([`13944eb`](https://github.com/AI21Labs/ai21-tokenizer/commit/13944eb7a8ae540e0be329abb12920e374c62b23))


## v0.3.5 (2023-11-22)

### Chore

* chore(release): v0.3.5 [skip ci] ([`217b14e`](https://github.com/AI21Labs/ai21-tokenizer/commit/217b14ef23e7e63da9e0de5896bb002dcf89697d))

### Fix

* fix: newline n and prettier (#47)
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.5"
VERSION = "0.3.6"
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.5"
version = "0.3.6"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down Expand Up @@ -102,6 +102,7 @@ match = "(main)"
newline_sequence = "\n"



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

0 comments on commit 550644d

Please sign in to comment.