Skip to content

Commit 46e8eae

Browse files
committed
chore(release): v0.1.0-rc.2 [skip ci]
1 parent 549d044 commit 46e8eae

File tree

3 files changed

+178
-2
lines changed

3 files changed

+178
-2
lines changed

CHANGELOG.md

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
# CHANGELOG
2+
3+
4+
5+
## v0.1.0-rc.2 (2023-12-18)
6+
7+
### Feature
8+
9+
* feat: Test pypi (#7)
10+
11+
* feat: release candidate
12+
13+
* ci: test pypi
14+
15+
* fix: version ([`549d044`](https://github.com/AI21Labs/ai21-python/commit/549d0444e09e1af34b29e6d264c61bfe0c091dbe))
16+
17+
18+
## v0.1.0-rc.1 (2023-12-18)
19+
20+
### Chore
21+
22+
* chore(release): v0.1.0-rc.1 [skip ci] ([`3d67c2c`](https://github.com/AI21Labs/ai21-python/commit/3d67c2c9165441c09ca9a75f79021f0dba8e9325))
23+
24+
### Ci
25+
26+
* ci: python versions (#5) ([`52d18cb`](https://github.com/AI21Labs/ai21-python/commit/52d18cb6b3f4a52976aced6f24f5543886e7403f))
27+
28+
* ci: add_integration_test_action (#4) ([`f89e082`](https://github.com/AI21Labs/ai21-python/commit/f89e08213fc06b0328987331260368ca248f14ee))
29+
30+
### Feature
31+
32+
* feat: Pre release publish (#6)
33+
34+
* feat: release candidate
35+
36+
* fix: branch name
37+
38+
* fix: imports
39+
40+
* fix: push to test pypi ([`ed3ff91`](https://github.com/AI21Labs/ai21-python/commit/ed3ff91090f14ded7b9d1ae03fdff5ac935fbdc0))
41+
42+
* feat: SDK code (#3)
43+
44+
* feat: Added code
45+
46+
* feat: Added setup
47+
48+
* feat: more sdk code
49+
50+
* feat: poetry
51+
52+
* feat: poetry setup
53+
54+
* ci: actions
55+
56+
* fix: removed unused example
57+
58+
* feat: added boto3
59+
60+
* feat: added dependencies
61+
62+
* test: added pytest dependency
63+
64+
* fix: python version
65+
66+
* fix: update python version in lock
67+
68+
* fix: format
69+
70+
* fix: examples
71+
72+
* test: removed example script for studio and added integration test instead
73+
74+
* test: bedrock integration test
75+
76+
* test: moved examples
77+
78+
* ci: fixed inv
79+
80+
* fix: lint
81+
82+
* feat: version in init
83+
84+
* fix: long content
85+
86+
* fix: poetry version
87+
88+
* fix: added __all__
89+
90+
* fix: Added code to __all__
91+
92+
* fix: prompt
93+
94+
* fix: test action
95+
96+
* fix: Added shebang
97+
98+
* fix: long line
99+
100+
* fix: loaded env for tests
101+
102+
* fix: Added env
103+
104+
* test: only 3.10
105+
106+
* test: default region
107+
108+
* test: Added 3.8
109+
110+
* fix: subscriptable type
111+
112+
* test: sagemaker tests
113+
114+
* fix: used _http methods
115+
116+
* fix: default values
117+
118+
* ci: removed -vv flag
119+
120+
* fix: imports
121+
122+
* test: Added conditional skip
123+
124+
* fix: CR fixes
125+
126+
* fix: boto3 to pyproject.toml
127+
128+
* fix: all-extras arg
129+
130+
* fix: lint in action
131+
132+
* feat: via param
133+
134+
* fix: added all extras
135+
136+
* fix: Added static type checker
137+
138+
* feat: Moved body creationto function
139+
140+
* feat: switched most responses to use dataclasses_json
141+
142+
* feat: Added base mixin
143+
144+
* fix: CR
145+
146+
* fix: test path
147+
148+
* fix: CR
149+
150+
* feat: Added bedrock session
151+
152+
* feat: Added SageMakerSession
153+
154+
* fix: init of bedrock client
155+
156+
* feat: More robust imports
157+
158+
* fix: error message
159+
160+
* fix: removed kwargs from request body
161+
162+
* fix: Removed log_level from env
163+
164+
* fix: logger calls
165+
166+
* fix: Removed logger from init
167+
168+
* feat: Added setup logger
169+
170+
* ci: Added integration tests only on push to main
171+
172+
* fix: removed unused import ([`0e9b36a`](https://github.com/AI21Labs/ai21-python/commit/0e9b36aca7ab0a3800552c8929c6f4f7d1cd9e1f))
173+
174+
### Unknown
175+
176+
* Initial commit ([`a2841de`](https://github.com/AI21Labs/ai21-python/commit/a2841dead1d9324d444fded170b64d280fef3394))

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.9.0"
1+
VERSION = "0.1.0-rc.2"

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 = "1.9.0"
49+
version = "0.1.0-rc.2"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)