Skip to content

Commit 0d8f306

Browse files
author
semantic-release
committed
chore(release): v3.1.0-rc.6 [skip ci]
1 parent 1714ccc commit 0d8f306

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

33

4+
## v3.1.0-rc.6 (2025-01-08)
5+
6+
### Bug Fixes
7+
8+
- Do not require all fields for RequiredAction
9+
([#253](https://github.com/AI21Labs/ai21-python/pull/253),
10+
[`1714ccc`](https://github.com/AI21Labs/ai21-python/commit/1714ccc8538e7e0329f4dc564a8d40c92b650d81))
11+
12+
413
## v3.1.0-rc.5 (2025-01-08)
514

615
### Bug Fixes
@@ -30,6 +39,9 @@ Signed-off-by: dependabot[bot] <[email protected]>
3039

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

42+
- **release**: V3.1.0-rc.5 [skip ci]
43+
([`f2f7918`](https://github.com/AI21Labs/ai21-python/commit/f2f7918fc0336bd026efb02e2228546f6abbcc5d))
44+
3345
### Refactoring
3446

3547
- :label: change `rag` tool resource to `file_search`

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.5"
1+
VERSION = "3.1.0-rc.6"

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

0 commit comments

Comments
 (0)