Skip to content

Commit 48607f9

Browse files
author
github-actions
committed
chore(release): v0.1.0 [skip ci]
1 parent d684575 commit 48607f9

File tree

2 files changed

+210
-1
lines changed

2 files changed

+210
-1
lines changed

CHANGELOG.md

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
# CHANGELOG
2+
3+
4+
5+
## v0.1.0 (2023-11-20)
6+
7+
### Ci
8+
9+
* ci: Create dependabot.yml (#19)
10+
11+
* ci: Create dependabot.yml
12+
13+
* fix: commit-message prefix
14+
15+
* fix: Added more config to dependabot action ([`23faaa8`](https://github.com/AI21Labs/ai21_tokenizer/commit/23faaa81d37a673d56542b367470aab6013d2b39))
16+
17+
### Feature
18+
19+
* feat: Pypi publish (#18)
20+
21+
* feast: Added setup.py
22+
23+
* feast: Added publish.yaml ([`77ee751`](https://github.com/AI21Labs/ai21_tokenizer/commit/77ee751b6d7610c4b4955ad488579a88f47d4f8b))
24+
25+
* feat: test PAT (#9) ([`a10b6a4`](https://github.com/AI21Labs/ai21_tokenizer/commit/a10b6a494c20e8929dc3ba355527f8290f27afbf))
26+
27+
* feat: Added semantic prs actions (#8) ([`afab5ff`](https://github.com/AI21Labs/ai21_tokenizer/commit/afab5ff05154da698120d67f7a018907c6ed1ecc))
28+
29+
### Fix
30+
31+
* fix: Added permissions (#25)
32+
33+
* fix: Added permissions
34+
35+
* fix: permissions location
36+
37+
* fix: verbose
38+
39+
* fix: Removed bad input "root_options" ([`d684575`](https://github.com/AI21Labs/ai21_tokenizer/commit/d684575675e85e70af96639cc3c33f125770e7da))
40+
41+
* fix: Change token (#17)
42+
43+
* fix: token key
44+
45+
* fix: token github
46+
47+
* fix: token github cls
48+
49+
* fix: token github cls ([`ec4f35b`](https://github.com/AI21Labs/ai21_tokenizer/commit/ec4f35bf477a602e648f1d6d212c2a388b9c97e0))
50+
51+
* fix: Change token (#16)
52+
53+
* fix: token key
54+
55+
* fix: token github ([`d876a43`](https://github.com/AI21Labs/ai21_tokenizer/commit/d876a43b4bde91f202f93fb22411df088af49293))
56+
57+
* fix: token key (#15) ([`0b76344`](https://github.com/AI21Labs/ai21_tokenizer/commit/0b76344bfcad9c03cc50d19ad2ecdf5d2127b3e2))
58+
59+
* fix: keys (#14) ([`b064ea6`](https://github.com/AI21Labs/ai21_tokenizer/commit/b064ea657945e7e3201d9b7678e2551ad0c75f89))
60+
61+
* fix: Test token (#11)
62+
63+
* feat: test PAT
64+
65+
* feat: test github token
66+
67+
* fix: PAT ([`94f64b6`](https://github.com/AI21Labs/ai21_tokenizer/commit/94f64b6bded3bba3e6f616cfd37315bacf68b3f4))
68+
69+
* fix: Test token (#10)
70+
71+
* feat: test PAT
72+
73+
* feat: test github token ([`52484fe`](https://github.com/AI21Labs/ai21_tokenizer/commit/52484fe2a0951652ed4d34c17cf48ca47669ab11))
74+
75+
* fix: root_options verbose (#6) ([`220ba5b`](https://github.com/AI21Labs/ai21_tokenizer/commit/220ba5b47e9f2c4b3db0c38291abe4a983b35c2e))
76+
77+
* fix: Release action test (#5)
78+
79+
* fix: Added release step
80+
81+
* fix: branch name for testing
82+
83+
* fix: Removed comment
84+
85+
* chore(release): v0.0.1 [skip ci]
86+
87+
* fix: branch rename
88+
89+
* fix: Removed CHANGELOG.md
90+
91+
---------
92+
93+
Co-authored-by: github-actions <[email protected]> ([`fae5423`](https://github.com/AI21Labs/ai21_tokenizer/commit/fae5423193754d4e60826e1a74dfb70e6e463c47))
94+
95+
### Test
96+
97+
* test: Test token (#13)
98+
99+
* feat: test PAT
100+
101+
* feat: test github token
102+
103+
* fix: PAT
104+
105+
* test: Added test step
106+
107+
* test: Added test step
108+
109+
* test: Added token to use ([`d445e36`](https://github.com/AI21Labs/ai21_tokenizer/commit/d445e3688412ca4142c9309b28de6400a1f54220))
110+
111+
* test: Test token (#12)
112+
113+
* feat: test PAT
114+
115+
* feat: test github token
116+
117+
* fix: PAT
118+
119+
* test: Added test step
120+
121+
* test: Added test step ([`9619c3e`](https://github.com/AI21Labs/ai21_tokenizer/commit/9619c3e064e0014d2dbf776a7bb18cd7a914c817))
122+
123+
### Unknown
124+
125+
* Add kwargs to functions (#7)
126+
127+
* feat: added kwargs
128+
129+
* test: Added tests ([`efecff9`](https://github.com/AI21Labs/ai21_tokenizer/commit/efecff97f0291a0f155208ba09c83dfdcfd9247c))
130+
131+
* Release action (#4)
132+
133+
* feat: Added release action
134+
135+
* fix: Removed unnecessary code
136+
137+
* fix: testing on branch
138+
139+
* fix: removed node install
140+
141+
* fix: Removed unnecessary step
142+
143+
* fix: base-branch
144+
145+
* fix: removed code
146+
147+
* 0.0.2
148+
149+
* feat: python-semantic-release test
150+
151+
* fix: branch name
152+
153+
* fix: branch name in .toml
154+
155+
* fix: change from branch to match
156+
157+
* fix: Added release_action part
158+
159+
* chore(release): v0.1.0 [skip ci]
160+
161+
* refactor: removed CHANGELOG.md
162+
163+
* fix: branch to main
164+
165+
* feat: Added version.py to version_variable
166+
167+
* feat: Upgraded python-semantic-release
168+
169+
* feat: Added python-semantic-release
170+
171+
* fix: Removed unnecessary file
172+
173+
* fix: Changed version
174+
175+
---------
176+
177+
Co-authored-by: github-action <41898282+github-actions[bot]@users.noreply.github.com>
178+
Co-authored-by: github-actions <[email protected]> ([`694683a`](https://github.com/AI21Labs/ai21_tokenizer/commit/694683ac39330944368a1e6ca3370857804bb960))
179+
180+
* Add code (#2)
181+
182+
* feat: Jurassic tokenizer
183+
184+
* fix: remove is_start
185+
186+
* fix: add types
187+
188+
* fix: add types
189+
190+
* chore: extracted utils
191+
192+
* fix: simplified tokenizer even more
193+
194+
* fix: simplified tokenizer even more
195+
196+
* feat: Added tests
197+
198+
* feat: exposed prop
199+
200+
---------
201+
202+
Co-authored-by: Asaf Gardin <[email protected]> ([`6b80a05`](https://github.com/AI21Labs/ai21_tokenizer/commit/6b80a05549267e44e59f8ae40a92e4de68df979c))
203+
204+
* First commit (#1)
205+
206+
* feat: init project ([`f50565e`](https://github.com/AI21Labs/ai21_tokenizer/commit/f50565eeb8d7259dec565f1292592d66b479f962))
207+
208+
* Initial commit ([`556d3e6`](https://github.com/AI21Labs/ai21_tokenizer/commit/556d3e64af018cf7269d9face370099900aec8eb))

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ schema_pattern = "(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|
5959

6060
[tool.poetry]
6161
name = "jurassic-tokenization"
62-
version = "0.0.1"
62+
version = "0.1.0"
6363
description = ""
6464
authors = ["AI21 Labs"]
6565
readme = "README.md"
@@ -100,6 +100,7 @@ commit_message = "chore(release): v{version} [skip ci]"
100100
match = "(main)"
101101

102102

103+
103104
[tool.poetry.group.test.dependencies]
104105
coverage = "^7.1.0"
105106
pytest = "7.2.1"

0 commit comments

Comments
 (0)