From 0fb17f8fec40638a437209b1bfa2d701bca61398 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:31:27 +0000 Subject: [PATCH] release: 1.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3c95522..eb4e0dba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d44413..d6a68516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.10.0 (2024-11-19) + +Full Changelog: [v1.9.0...v1.10.0](https://github.com/Finch-API/finch-api-python/compare/v1.9.0...v1.10.0) + +### Features + +* **api:** api update ([#523](https://github.com/Finch-API/finch-api-python/issues/523)) ([ca6ca5b](https://github.com/Finch-API/finch-api-python/commit/ca6ca5b0f89596b54f69e73e74b3f88e7669abc1)) + + +### Chores + +* rebuild project due to codegen change ([#518](https://github.com/Finch-API/finch-api-python/issues/518)) ([f5dc239](https://github.com/Finch-API/finch-api-python/commit/f5dc23934d7ccb9224addce2cabd5c5a040b0a25)) +* rebuild project due to codegen change ([#520](https://github.com/Finch-API/finch-api-python/issues/520)) ([e97a7aa](https://github.com/Finch-API/finch-api-python/commit/e97a7aa920db72359bef30c0be6b3e063c9f5ced)) +* rebuild project due to codegen change ([#521](https://github.com/Finch-API/finch-api-python/issues/521)) ([f324a8b](https://github.com/Finch-API/finch-api-python/commit/f324a8bf434f5412c3a357308e81bd83b1a827a1)) +* rebuild project due to codegen change ([#522](https://github.com/Finch-API/finch-api-python/issues/522)) ([dff3252](https://github.com/Finch-API/finch-api-python/commit/dff325218e25f5f74bb29338cfa02ef12450ea1a)) + ## 1.9.0 (2024-11-01) Full Changelog: [v1.8.0...v1.9.0](https://github.com/Finch-API/finch-api-python/compare/v1.8.0...v1.9.0) diff --git a/pyproject.toml b/pyproject.toml index 59cae5a7..db73455f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.9.0" +version = "1.10.0" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index 2812966a..a5e26d91 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "finch" -__version__ = "1.9.0" # x-release-please-version +__version__ = "1.10.0" # x-release-please-version