Skip to content

Commit e2a43b8

Browse files
author
semantic-release
committed
chore(release): v2.5.1 [skip ci]
1 parent 8d305c5 commit e2a43b8

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.5.1 (2024-06-13)
6+
7+
### Fix
8+
9+
* fix: Chain /studio/v1 to default url (#134)
10+
11+
* fix: Chain /studio/v1
12+
13+
* fix: Async Client
14+
15+
* fix: Support urls
16+
17+
* fix: Extra line
18+
19+
* fix: Moved to external function ([`8d305c5`](https://github.com/AI21Labs/ai21-python/commit/8d305c537df846be8f6c12ba0e165c6d8ae3c06d))
20+
21+
522
## v2.5.0 (2024-06-10)
623

24+
### Chore
25+
26+
* chore(release): v2.5.0 [skip ci] ([`f829c8f`](https://github.com/AI21Labs/ai21-python/commit/f829c8fc5430d65e771931c8c1f0af09bd75f94e))
27+
728
### Feature
829

930
* feat: add support for studio async client (#129)

ai21/version.py

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

0 commit comments

Comments
 (0)