Skip to content

Commit

Permalink
chore(release): v0.3.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 23, 2023
1 parent 94f3a3c commit a181ae6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.6"
VERSION = "0.3.7"
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.6"
version = "0.3.7"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down Expand Up @@ -103,6 +103,7 @@ newline_sequence = "\n"




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

0 comments on commit a181ae6

Please sign in to comment.