Skip to content

Commit 40fc39b

Browse files
release: 1.3.0
1 parent 2adc14e commit 40fc39b

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.3.0 (2024-11-23)
4+
5+
Full Changelog: [v1.2.0...v1.3.0](https://github.com/Find-AI/find-ai-python/compare/v1.2.0...v1.3.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#23](https://github.com/Find-AI/find-ai-python/issues/23)) ([ef35843](https://github.com/Find-AI/find-ai-python/commit/ef35843af86df409a07ed8ed8c5869c63fb14e9c))
10+
* **api:** manual updates ([#24](https://github.com/Find-AI/find-ai-python/issues/24)) ([c0f093f](https://github.com/Find-AI/find-ai-python/commit/c0f093fa9809ceff333e07f6cc57112c5fe2ad32))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** avoid OverflowError with very large retry counts ([#20](https://github.com/Find-AI/find-ai-python/issues/20)) ([7864786](https://github.com/Find-AI/find-ai-python/commit/78647867531c1dacaab324e228d87048c80f93fb))
16+
17+
18+
### Chores
19+
20+
* add repr to PageInfo class ([#22](https://github.com/Find-AI/find-ai-python/issues/22)) ([6472a2f](https://github.com/Find-AI/find-ai-python/commit/6472a2f1f9379b905bcc7f7d70eb2a3da088d09f))
21+
* **internal:** fix compat model_dump method when warnings are passed ([#28](https://github.com/Find-AI/find-ai-python/issues/28)) ([762203b](https://github.com/Find-AI/find-ai-python/commit/762203b6048de50c178f2c3623a6bb6081320f64))
22+
* rebuild project due to codegen change ([#25](https://github.com/Find-AI/find-ai-python/issues/25)) ([4b86eae](https://github.com/Find-AI/find-ai-python/commit/4b86eaedbd6df8fbb7e94f34e2d1a9b945d3530f))
23+
* rebuild project due to codegen change ([#26](https://github.com/Find-AI/find-ai-python/issues/26)) ([7ec6fa4](https://github.com/Find-AI/find-ai-python/commit/7ec6fa4a8efdb19233d684ea84a4682c0b1da503))
24+
* rebuild project due to codegen change ([#27](https://github.com/Find-AI/find-ai-python/issues/27)) ([9592b91](https://github.com/Find-AI/find-ai-python/commit/9592b916168b1a4b38c2df33a3122a9c712b3b75))
25+
26+
27+
### Documentation
28+
29+
* add info log level to readme ([#29](https://github.com/Find-AI/find-ai-python/issues/29)) ([2adc14e](https://github.com/Find-AI/find-ai-python/commit/2adc14ebdcd2fad48ac2b824dc27175d0871690e))
30+
331
## 1.2.0 (2024-10-08)
432

533
Full Changelog: [v1.0.0...v1.2.0](https://github.com/Find-AI/find-ai-python/compare/v1.0.0...v1.2.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "find_ai"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "The official Python library for the find-ai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/find_ai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "find_ai"
4-
__version__ = "1.2.0" # x-release-please-version
4+
__version__ = "1.3.0" # x-release-please-version

0 commit comments

Comments
 (0)