Skip to content

Commit a27fa76

Browse files
author
semantic-release
committed
chore(release): v4.0.0 [skip ci]
1 parent 1c80f12 commit a27fa76

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# CHANGELOG
22

33

4+
## v4.0.0 (2025-06-11)
5+
6+
### Bug Fixes
7+
8+
- Incomplete URL logging on exception ([#211](https://github.com/AI21Labs/ai21-python/pull/211),
9+
[`fd422a5`](https://github.com/AI21Labs/ai21-python/commit/fd422a5aa45c91622c7739a06bc5adee077209a7))
10+
11+
* fix: Incomplete URL logging on exception
12+
13+
* fix: tests
14+
15+
- ♻️ expose poll_for_status function ([#291](https://github.com/AI21Labs/ai21-python/pull/291),
16+
[`81f4209`](https://github.com/AI21Labs/ai21-python/commit/81f4209aaf14babe8086f321ef60b5e850ad0791))
17+
18+
* fix: :recycle: expose `poll_for_status` function
19+
20+
* refactor: :recycle: update `poll_for_status` method parameters to use consistent naming convention
21+
22+
* chore: :wrench: update CI configuration to use ubuntu-latest
23+
24+
---------
25+
26+
Co-authored-by: benshuk <[email protected]>
27+
28+
### Refactoring
29+
30+
- Removed ai21-tokenizer dependency ([#294](https://github.com/AI21Labs/ai21-python/pull/294),
31+
[`1c80f12`](https://github.com/AI21Labs/ai21-python/commit/1c80f12d77330ac328a40091706446e1e4944955))
32+
33+
* refactor: Removed ai21-tokenizer dependency
34+
35+
* fix: Removed unused test
36+
37+
438
## v3.3.0 (2025-05-25)
539

640
### Bug Fixes

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.3.0"
1+
VERSION = "4.0.0"

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

0 commit comments

Comments
 (0)