Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 20, 2023
1 parent d684575 commit 48607f9
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 1 deletion.
208 changes: 208 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
# CHANGELOG



## v0.1.0 (2023-11-20)

### Ci

* ci: Create dependabot.yml (#19)

* ci: Create dependabot.yml

* fix: commit-message prefix

* fix: Added more config to dependabot action ([`23faaa8`](https://github.com/AI21Labs/ai21_tokenizer/commit/23faaa81d37a673d56542b367470aab6013d2b39))

### Feature

* feat: Pypi publish (#18)

* feast: Added setup.py

* feast: Added publish.yaml ([`77ee751`](https://github.com/AI21Labs/ai21_tokenizer/commit/77ee751b6d7610c4b4955ad488579a88f47d4f8b))

* feat: test PAT (#9) ([`a10b6a4`](https://github.com/AI21Labs/ai21_tokenizer/commit/a10b6a494c20e8929dc3ba355527f8290f27afbf))

* feat: Added semantic prs actions (#8) ([`afab5ff`](https://github.com/AI21Labs/ai21_tokenizer/commit/afab5ff05154da698120d67f7a018907c6ed1ecc))

### Fix

* fix: Added permissions (#25)

* fix: Added permissions

* fix: permissions location

* fix: verbose

* fix: Removed bad input "root_options" ([`d684575`](https://github.com/AI21Labs/ai21_tokenizer/commit/d684575675e85e70af96639cc3c33f125770e7da))

* fix: Change token (#17)

* fix: token key

* fix: token github

* fix: token github cls

* fix: token github cls ([`ec4f35b`](https://github.com/AI21Labs/ai21_tokenizer/commit/ec4f35bf477a602e648f1d6d212c2a388b9c97e0))

* fix: Change token (#16)

* fix: token key

* fix: token github ([`d876a43`](https://github.com/AI21Labs/ai21_tokenizer/commit/d876a43b4bde91f202f93fb22411df088af49293))

* fix: token key (#15) ([`0b76344`](https://github.com/AI21Labs/ai21_tokenizer/commit/0b76344bfcad9c03cc50d19ad2ecdf5d2127b3e2))

* fix: keys (#14) ([`b064ea6`](https://github.com/AI21Labs/ai21_tokenizer/commit/b064ea657945e7e3201d9b7678e2551ad0c75f89))

* fix: Test token (#11)

* feat: test PAT

* feat: test github token

* fix: PAT ([`94f64b6`](https://github.com/AI21Labs/ai21_tokenizer/commit/94f64b6bded3bba3e6f616cfd37315bacf68b3f4))

* fix: Test token (#10)

* feat: test PAT

* feat: test github token ([`52484fe`](https://github.com/AI21Labs/ai21_tokenizer/commit/52484fe2a0951652ed4d34c17cf48ca47669ab11))

* fix: root_options verbose (#6) ([`220ba5b`](https://github.com/AI21Labs/ai21_tokenizer/commit/220ba5b47e9f2c4b3db0c38291abe4a983b35c2e))

* fix: Release action test (#5)

* fix: Added release step

* fix: branch name for testing

* fix: Removed comment

* chore(release): v0.0.1 [skip ci]

* fix: branch rename

* fix: Removed CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com> ([`fae5423`](https://github.com/AI21Labs/ai21_tokenizer/commit/fae5423193754d4e60826e1a74dfb70e6e463c47))

### Test

* test: Test token (#13)

* feat: test PAT

* feat: test github token

* fix: PAT

* test: Added test step

* test: Added test step

* test: Added token to use ([`d445e36`](https://github.com/AI21Labs/ai21_tokenizer/commit/d445e3688412ca4142c9309b28de6400a1f54220))

* test: Test token (#12)

* feat: test PAT

* feat: test github token

* fix: PAT

* test: Added test step

* test: Added test step ([`9619c3e`](https://github.com/AI21Labs/ai21_tokenizer/commit/9619c3e064e0014d2dbf776a7bb18cd7a914c817))

### Unknown

* Add kwargs to functions (#7)

* feat: added kwargs

* test: Added tests ([`efecff9`](https://github.com/AI21Labs/ai21_tokenizer/commit/efecff97f0291a0f155208ba09c83dfdcfd9247c))

* Release action (#4)

* feat: Added release action

* fix: Removed unnecessary code

* fix: testing on branch

* fix: removed node install

* fix: Removed unnecessary step

* fix: base-branch

* fix: removed code

* 0.0.2

* feat: python-semantic-release test

* fix: branch name

* fix: branch name in .toml

* fix: change from branch to match

* fix: Added release_action part

* chore(release): v0.1.0 [skip ci]

* refactor: removed CHANGELOG.md

* fix: branch to main

* feat: Added version.py to version_variable

* feat: Upgraded python-semantic-release

* feat: Added python-semantic-release

* fix: Removed unnecessary file

* fix: Changed version

---------

Co-authored-by: github-action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com> ([`694683a`](https://github.com/AI21Labs/ai21_tokenizer/commit/694683ac39330944368a1e6ca3370857804bb960))

* Add code (#2)

* feat: Jurassic tokenizer

* fix: remove is_start

* fix: add types

* fix: add types

* chore: extracted utils

* fix: simplified tokenizer even more

* fix: simplified tokenizer even more

* feat: Added tests

* feat: exposed prop

---------

Co-authored-by: Asaf Gardin <asafg@ai21.com> ([`6b80a05`](https://github.com/AI21Labs/ai21_tokenizer/commit/6b80a05549267e44e59f8ae40a92e4de68df979c))

* First commit (#1)

* feat: init project ([`f50565e`](https://github.com/AI21Labs/ai21_tokenizer/commit/f50565eeb8d7259dec565f1292592d66b479f962))

* Initial commit ([`556d3e6`](https://github.com/AI21Labs/ai21_tokenizer/commit/556d3e64af018cf7269d9face370099900aec8eb))
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 = "jurassic-tokenization"
version = "0.0.1"
version = "0.1.0"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down Expand Up @@ -100,6 +100,7 @@ commit_message = "chore(release): v{version} [skip ci]"
match = "(main)"



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

0 comments on commit 48607f9

Please sign in to comment.