Skip to content

Commit 69dc136

Browse files
author
github-actions
committed
chore(release): v2.1.1 [skip ci]
1 parent b0b5bc1 commit 69dc136

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.1.1 (2024-02-25)
6+
7+
### Fix
8+
9+
* fix: add logit bias to studio, sagemaker (#70)
10+
11+
* fix: add logit bias, fix studio completion
12+
13+
* fix: adjust tests
14+
15+
* fix: add logit bias integration test
16+
17+
* fix: update studio completion example
18+
19+
* fix: fix studio completion example
20+
21+
* fix: fix studio completion example
22+
23+
* fix: remove logit bias from bedrock
24+
25+
* fix: add logit bias to sagemaker completion, add params string
26+
27+
* fix: adjust tests
28+
29+
* fix: add logit bias integration test
30+
31+
* fix: update studio completion example
32+
33+
* fix: fix studio completion example
34+
35+
* fix: update code with new not_giving approach ([`b0b5bc1`](https://github.com/AI21Labs/ai21-python/commit/b0b5bc152d61944313b53f39cd314a621568e6e0))
36+
37+
538
## v2.1.0 (2024-02-25)
639

40+
### Chore
41+
42+
* chore(release): v2.1.0 [skip ci] ([`5e9a768`](https://github.com/AI21Labs/ai21-python/commit/5e9a7681e4ab1ffcdcff1c07e0cb94452eb2632c))
43+
744
### Feature
845

946
* feat: support NOT_GIVEN type (#69)

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.1.0"
1+
VERSION = "2.1.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 = "2.1.0"
49+
version = "2.1.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)