Skip to content

Commit 4b85505

Browse files
author
semantic-release
committed
chore(release): v2.10.0 [skip ci]
1 parent 135ea43 commit 4b85505

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

3-
## v2.10.0-rc.1 (2024-07-28)
3+
## v2.10.0 (2024-07-29)
44

55
### Chore
66

@@ -45,6 +45,8 @@ Co-authored-by: Asaf Joseph Gardin <[email protected]
4545

4646
### Feature
4747

48+
* feat: Pydantic Migration (#193)
49+
4850
* feat: Pydantic migration (#189)
4951

5052
* refactor: migrate from dataclass to pydantic for responses
@@ -75,7 +77,15 @@ Co-authored-by: Asaf Joseph Gardin <[email protected]
7577

7678
* test: fix tests
7779

78-
* chore: ci comments, remove basemodel from not_given ([`2591bc7`](https://github.com/AI21Labs/ai21-python/commit/2591bc7ce01f13b721fcd3b788fd67c898a5486f))
80+
* chore: ci comments, remove basemodel from not_given
81+
82+
* chore(release): v2.10.0-rc.1 [skip ci]
83+
84+
* chore: lower min pydantic version (#192)
85+
86+
---------
87+
88+
Co-authored-by: semantic-release <semantic-release> ([`135ea43`](https://github.com/AI21Labs/ai21-python/commit/135ea43e75f3692f966c2263c25b4b9c7c343b81))
7989

8090
## v2.9.2 (2024-07-15)
8191

ai21/version.py

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

0 commit comments

Comments
 (0)