Skip to content

Commit 916c7b4

Browse files
committed
chore(release): v2.0.0-rc.5 [skip ci]
1 parent d6f73b5 commit 916c7b4

File tree

3 files changed

+159
-2
lines changed

3 files changed

+159
-2
lines changed

CHANGELOG.md

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,165 @@
22

33

44

5+
## v2.0.0-rc.5 (2023-12-27)
6+
7+
### Ci
8+
9+
* ci: Remove python 3_7 support (#25)
10+
11+
* ci: python 3.8 >= support
12+
13+
* ci: unittests
14+
15+
* test: dummy test ([`d166253`](https://github.com/AI21Labs/ai21-python/commit/d166253a10456725107e80af9c13f9b360a47b0f))
16+
17+
### Documentation
18+
19+
* docs: Readme additions (#27)
20+
21+
* fix: removed unnecessary url env var
22+
23+
* fix: README.md CR ([`e4bb903`](https://github.com/AI21Labs/ai21-python/commit/e4bb903ef8775d9f755c6053e35176f407386342))
24+
25+
* docs: Readme migration (#24)
26+
27+
* docs: instance text
28+
29+
* docs: client instance explanation ([`53c53cb`](https://github.com/AI21Labs/ai21-python/commit/53c53cbd2f10556b54f41e313ec1cb4485657358))
30+
31+
* docs: README.md (#23)
32+
33+
* ci: updated precommit hooks
34+
35+
* docs: more readme updates
36+
37+
* docs: removed extra lines
38+
39+
* fix: rename
40+
41+
* docs: readme
42+
43+
* docs: full readme
44+
45+
* docs: badges
46+
47+
* ci: commitizen version
48+
49+
* revert: via ([`bbb87d3`](https://github.com/AI21Labs/ai21-python/commit/bbb87d351c6f71ead0616c8bb90b1715285861a6))
50+
51+
### Fix
52+
53+
* fix: Feedback fixes (#29)
54+
55+
* test: get_tokenizer tests
56+
57+
* fix: cases
58+
59+
* test: Added some unittests to resources
60+
61+
* fix: rename var
62+
63+
* test: Added ai21 studio client tsts
64+
65+
* fix: rename files
66+
67+
* fix: Added types
68+
69+
* test: added test to http
70+
71+
* fix: removed unnecessary auth param
72+
73+
* test: Added tests
74+
75+
* test: Added sagemaker
76+
77+
* test: Created a single session per instance
78+
79+
* ci: removed unnecessary action
80+
81+
* fix: errors
82+
83+
* fix: error renames
84+
85+
* fix: rename upload
86+
87+
* fix: rename type
88+
89+
* fix: rename variable
90+
91+
* fix: removed experimental
92+
93+
* test: fixed
94+
95+
* test: Added some unittests to resources
96+
97+
* test: Added ai21 studio client tsts
98+
99+
* fix: rename files
100+
101+
* fix: Added types
102+
103+
* test: added test to http
104+
105+
* fix: removed unnecessary auth param
106+
107+
* test: Added tests
108+
109+
* test: Added sagemaker
110+
111+
* test: Created a single session per instance
112+
113+
* fix: errors
114+
115+
* fix: error renames
116+
117+
* fix: rename upload
118+
119+
* fix: rename type
120+
121+
* fix: rename variable
122+
123+
* fix: removed experimental
124+
125+
* test: fixed ([`d6f73b5`](https://github.com/AI21Labs/ai21-python/commit/d6f73b5f3db3b234334b8e430d8a33633fb0247c))
126+
127+
### Test
128+
129+
* test: Unittests for 2.0.0 (#28)
130+
131+
* test: get_tokenizer tests
132+
133+
* fix: cases
134+
135+
* test: Added some unittests to resources
136+
137+
* fix: rename var
138+
139+
* test: Added ai21 studio client tsts
140+
141+
* fix: rename files
142+
143+
* fix: Added types
144+
145+
* test: added test to http
146+
147+
* fix: removed unnecessary auth param
148+
149+
* test: Added tests
150+
151+
* test: Added sagemaker
152+
153+
* test: Created a single session per instance
154+
155+
* ci: removed unnecessary action ([`c455b77`](https://github.com/AI21Labs/ai21-python/commit/c455b77ce20555c530f02107f1400287e928b371))
156+
157+
5158
## v2.0.0-rc.4 (2023-12-19)
6159

160+
### Chore
161+
162+
* chore(release): v2.0.0-rc.4 [skip ci] ([`2f53ec9`](https://github.com/AI21Labs/ai21-python/commit/2f53ec9abebd580a33c382cd1d544d234c74dbbf))
163+
7164
### Ci
8165

9166
* ci: Change main proj name (#22)

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.0-rc.4"
1+
VERSION = "2.0.0-rc.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "2.0.0-rc.4"
49+
version = "2.0.0-rc.5"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)