From b766c770c0540cd70657302cea7cc95b869992d6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Jan 2024 08:39:54 +0000 Subject: [PATCH] chore(release): v2.0.0-rc.8 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ ai21/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 583486da..54d920cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,33 @@ +## v2.0.0-rc.8 (2024-01-03) + +### Fix + +* fix: env vars to http client in sagemaker (#35) + +* fix: env vars to http + +* fix: env vars to http ([`4336c46`](https://github.com/AI21Labs/ai21-python/commit/4336c46352f61cae80f44e413059250a5fd9c409)) + +* fix: Pass env config to client ctor (#34) + +* fix: removed application and organization + +* fix: tests ([`4d4ef71`](https://github.com/AI21Labs/ai21-python/commit/4d4ef7161b156cfed21b010e57140af2c15dc1a4)) + +* fix: Added py.typed (#33) ([`6c9c0d0`](https://github.com/AI21Labs/ai21-python/commit/6c9c0d02d4df339efac1439a0ef5a0e4e2982587)) + +* fix: Added env config class to init (#32) ([`fa199c4`](https://github.com/AI21Labs/ai21-python/commit/fa199c4cfb00a2e28a054789801146a09d723fd0)) + + ## v2.0.0-rc.7 (2024-01-02) +### Chore + +* chore(release): v2.0.0-rc.7 [skip ci] ([`49a6ee1`](https://github.com/AI21Labs/ai21-python/commit/49a6ee1bd528b529315d101be0c0cd812839df70)) + ### Fix * fix: Restructure packages (#31) diff --git a/ai21/version.py b/ai21/version.py index 8c09251f..8eed6ff1 100644 --- a/ai21/version.py +++ b/ai21/version.py @@ -1 +1 @@ -VERSION = "2.0.0-rc.7" +VERSION = "2.0.0-rc.8" diff --git a/pyproject.toml b/pyproject.toml index 23ee2e46..a6667058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ exclude_lines = [ [tool.poetry] name = "ai21" -version = "2.0.0-rc.7" +version = "2.0.0-rc.8" description = "" authors = ["AI21 Labs"] readme = "README.md"