Skip to content

Commit f2f7918

Browse files
author
semantic-release
committed
chore(release): v3.1.0-rc.5 [skip ci]
1 parent d646e99 commit f2f7918

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

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

33

4+
## v3.1.0-rc.5 (2025-01-08)
5+
6+
### Bug Fixes
7+
8+
- :bug: await needed for async `plans.create`
9+
([#252](https://github.com/AI21Labs/ai21-python/pull/252),
10+
[`d646e99`](https://github.com/AI21Labs/ai21-python/commit/d646e99cdd1dabca423b62e7e001ca58c5105594))
11+
12+
Co-authored-by: benshuk <bens@ai21.com>
13+
14+
### Chores
15+
16+
- **deps-dev**: Bump jinja2 from 3.1.4 to 3.1.5
17+
([#247](https://github.com/AI21Labs/ai21-python/pull/247),
18+
[`2d36461`](https://github.com/AI21Labs/ai21-python/commit/2d36461958abeb267c7f664fd2c1ce43d59d5506))
19+
20+
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release
21+
notes](https://github.com/pallets/jinja/releases) -
22+
[Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) -
23+
[Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)
24+
25+
--- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect
26+
27+
...
28+
29+
Signed-off-by: dependabot[bot] <support@github.com>
30+
31+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32+
33+
### Refactoring
34+
35+
- :label: change `rag` tool resource to `file_search`
36+
([#251](https://github.com/AI21Labs/ai21-python/pull/251),
37+
[`c09170f`](https://github.com/AI21Labs/ai21-python/commit/c09170fdc2ce93aa768704aa343c769af654d686))
38+
39+
Co-authored-by: benshuk <bens@ai21.com>
40+
41+
442
## v3.1.0-rc.4 (2025-01-08)
543

644
### Chores
@@ -52,6 +90,9 @@ Signed-off-by: dependabot[bot] <support@github.com>
5290

5391
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5492

93+
- **release**: V3.1.0-rc.4 [skip ci]
94+
([`4327dbb`](https://github.com/AI21Labs/ai21-python/commit/4327dbbd38dcf1dead95eda3dcc88f0e03aedd70))
95+
5596
### Continuous Integration
5697

5798
- Freeze poetry version ([#246](https://github.com/AI21Labs/ai21-python/pull/246),

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.1.0-rc.4"
1+
VERSION = "3.1.0-rc.5"

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

0 commit comments

Comments
 (0)