Skip to content

Commit b766c77

Browse files
committed
chore(release): v2.0.0-rc.8 [skip ci]
1 parent 4336c46 commit b766c77

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.0.0-rc.8 (2024-01-03)
6+
7+
### Fix
8+
9+
* fix: env vars to http client in sagemaker (#35)
10+
11+
* fix: env vars to http
12+
13+
* fix: env vars to http ([`4336c46`](https://github.com/AI21Labs/ai21-python/commit/4336c46352f61cae80f44e413059250a5fd9c409))
14+
15+
* fix: Pass env config to client ctor (#34)
16+
17+
* fix: removed application and organization
18+
19+
* fix: tests ([`4d4ef71`](https://github.com/AI21Labs/ai21-python/commit/4d4ef7161b156cfed21b010e57140af2c15dc1a4))
20+
21+
* fix: Added py.typed (#33) ([`6c9c0d0`](https://github.com/AI21Labs/ai21-python/commit/6c9c0d02d4df339efac1439a0ef5a0e4e2982587))
22+
23+
* fix: Added env config class to init (#32) ([`fa199c4`](https://github.com/AI21Labs/ai21-python/commit/fa199c4cfb00a2e28a054789801146a09d723fd0))
24+
25+
526
## v2.0.0-rc.7 (2024-01-02)
627

28+
### Chore
29+
30+
* chore(release): v2.0.0-rc.7 [skip ci] ([`49a6ee1`](https://github.com/AI21Labs/ai21-python/commit/49a6ee1bd528b529315d101be0c0cd812839df70))
31+
732
### Fix
833

934
* fix: Restructure packages (#31)

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.7"
1+
VERSION = "2.0.0-rc.8"

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

0 commit comments

Comments
 (0)