Skip to content

Commit 307cfc6

Browse files
author
semantic-release
committed
chore(release): v2.14.0 [skip ci]
1 parent 0c7a32d commit 307cfc6

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,9 +1,21 @@
11
# CHANGELOG
22

3+
## v2.14.0 (2024-08-22)
4+
5+
### Feature
6+
7+
* feat: add vertex support (#182) ([`0c7a32d`](https://github.com/AI21Labs/ai21-python/commit/0c7a32df521c23443cd1a5a64b15a4429e0f57a7))
8+
9+
### Fix
10+
11+
* fix: example text (#205) ([`e526c53`](https://github.com/AI21Labs/ai21-python/commit/e526c533129dd3d279e0b3e2866298683cfbd693))
12+
313
## v2.13.0 (2024-08-21)
414

515
### Chore
616

17+
* chore(release): v2.13.0 [skip ci] ([`5d350ea`](https://github.com/AI21Labs/ai21-python/commit/5d350ea1a913e0f851de9e87e6ed01823ace2ce4))
18+
719
* chore(deps): bump python-semantic-release/python-semantic-release (#204)
820

921
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.6 to 9.8.7.

ai21/version.py

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

0 commit comments

Comments
 (0)