Skip to content

Commit 5deee97

Browse files
author
semantic-release
committed
chore(release): v3.1.0-rc.2 [skip ci]
1 parent 78c58d5 commit 5deee97

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,53 @@
11
# CHANGELOG
22

33

4+
## v3.1.0-rc.2 (2024-12-22)
5+
6+
### Chores
7+
8+
* chore: :truck: rename `internet_research` to `web_search` (#241)
9+
10+
EXEC-470
11+
12+
Co-authored-by: benshuk <[email protected]> ([`770c6c5`](https://github.com/AI21Labs/ai21-python/commit/770c6c51fd7ea287d2485a3048fe748db5b636b3))
13+
14+
### Fixes
15+
16+
* fix: Adapt assistant sdk to hlp (#242)
17+
18+
* fix: add schemas to assistant plans
19+
20+
* fix: support func type in code and class in schemas
21+
22+
* fix: add schemas to api call
23+
24+
* fix: raise an error on code parsing failed
25+
26+
* fix: change types
27+
28+
* fix: add tests
29+
30+
* fix: adapt code to 3.8
31+
32+
* fix: adapt code to 3.8
33+
34+
* fix: support model schemas of python 3.11
35+
36+
* fix: support model schemas of python 3.11
37+
38+
* fix: PR comments
39+
40+
* fix: PR comments
41+
42+
* fix: add user defined plan example to integration tests ([`78c58d5`](https://github.com/AI21Labs/ai21-python/commit/78c58d588b91f64bebd53445a1585b008011afe7))
43+
44+
445
## v3.1.0-rc.1 (2024-12-04)
546

647
### Chores
748

49+
* chore(release): v3.1.0-rc.1 [skip ci] ([`3bdad90`](https://github.com/AI21Labs/ai21-python/commit/3bdad90a0dd7ac5e7ace2acdea58d18cf6b6599b))
50+
851
* chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 (#227)
952

1053
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.12.2.

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

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

0 commit comments

Comments
 (0)