Skip to content

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 8, 2024
1 parent c0f093f commit 1584948
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.3.0 (2024-11-08)

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

### Features

* **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))
* **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))


### Bug Fixes

* **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))


### Chores

* 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))

## 1.2.0 (2024-10-08)

Full Changelog: [v1.0.0...v1.2.0](https://github.com/Find-AI/find-ai-python/compare/v1.0.0...v1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "find_ai"
version = "1.2.0"
version = "1.3.0"
description = "The official Python library for the find-ai API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/find_ai/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

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

0 comments on commit 1584948

Please sign in to comment.