Skip to content

Commit 624fa7c

Browse files
author
semantic-release
committed
chore(release): v3.3.0 [skip ci]
1 parent 406a42c commit 624fa7c

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGELOG.md

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

33

4+
## v3.3.0 (2025-05-25)
5+
6+
### Bug Fixes
7+
8+
- Remove optional `context` parameter from maestro requests
9+
([#288](https://github.com/AI21Labs/ai21-python/pull/288),
10+
[`8fbfc9d`](https://github.com/AI21Labs/ai21-python/commit/8fbfc9daa9d856ca7b367bd502b20661aadfc493))
11+
12+
* fix: remove optional parameter from maestro requests
13+
14+
* fix: remove jamba instruct tests
15+
16+
### Documentation
17+
18+
- Update README.md ([#287](https://github.com/AI21Labs/ai21-python/pull/287),
19+
[`c0939c4`](https://github.com/AI21Labs/ai21-python/commit/c0939c4fdab19e66526144f2630f534bf7c284bc))
20+
21+
### Features
22+
23+
- :sparkles: Enhance Requirement and Output Options in Maestro
24+
([#289](https://github.com/AI21Labs/ai21-python/pull/289),
25+
[`329379f`](https://github.com/AI21Labs/ai21-python/commit/329379ff9f295f0d1f05a962ea19868b490a7544))
26+
27+
* feat: :sparkles: Enhance Requirement and Output Options in Maestro
28+
29+
* chore: :wrench: Include Requirements Result in Maestro Async and Sync Runs examples
30+
31+
* fix: :label: requirements typings
32+
33+
---------
34+
35+
Co-authored-by: benshuk <[email protected]>
36+
37+
- Added launchpad client ([#285](https://github.com/AI21Labs/ai21-python/pull/285),
38+
[`08a5b41`](https://github.com/AI21Labs/ai21-python/commit/08a5b4103de9cf61e337b6eb7c9a531c7420894d))
39+
40+
* feat: Added launchpad client
41+
42+
* test: Added imports to test
43+
44+
### Refactoring
45+
46+
- Remove client url creation ([#286](https://github.com/AI21Labs/ai21-python/pull/286),
47+
[`05b2e0d`](https://github.com/AI21Labs/ai21-python/commit/05b2e0d9dd792713963891b9c508813217bfce2a))
48+
49+
* refactor: Remove client url creation
50+
51+
* fix: tests
52+
53+
454
## v3.2.0 (2025-04-28)
555

656
### Bug Fixes

ai21/version.py

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

0 commit comments

Comments
 (0)