Skip to content

Commit 3d67c2c

Browse files
committed
chore(release): v0.1.0-rc.1 [skip ci]
1 parent ed3ff91 commit 3d67c2c

File tree

3 files changed

+158
-8
lines changed

3 files changed

+158
-8
lines changed

CHANGELOG.md

Lines changed: 156 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,159 @@
1-
<!-- markdownlint-configure-file {"MD024": { "siblings_only": true }, "MD012": false } -->
2-
# Changelog
1+
# CHANGELOG
32

4-
All notable changes to this project will be documented in this file.
53

6-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
84

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

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.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)