From 295dfc7528ad57918d6fb7fc74762952b5fabd81 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:22:23 +0000 Subject: [PATCH] release: 1.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbd9082d..7deae338 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 96322c24..daa3191b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 1.6.0 (2024-09-19) + +Full Changelog: [v1.5.0...v1.6.0](https://github.com/Finch-API/finch-api-python/compare/v1.5.0...v1.6.0) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#498](https://github.com/Finch-API/finch-api-python/issues/498)) ([1e0e4a1](https://github.com/Finch-API/finch-api-python/commit/1e0e4a19217910c2e91325b5e25fe7c1d3d53be6)) + + +### Chores + +* **internal:** bump pyright / mypy version ([#497](https://github.com/Finch-API/finch-api-python/issues/497)) ([85749d1](https://github.com/Finch-API/finch-api-python/commit/85749d1c2ddf4ea4984b32ea3723a79ad7cc6e99)) +* **internal:** bump ruff ([#496](https://github.com/Finch-API/finch-api-python/issues/496)) ([f1a7d3f](https://github.com/Finch-API/finch-api-python/commit/f1a7d3f788e0202c2094b5e60b089237a765ce5d)) +* **internal:** codegen related update ([#493](https://github.com/Finch-API/finch-api-python/issues/493)) ([590d384](https://github.com/Finch-API/finch-api-python/commit/590d38471e5703f6c17385971a9d9cb7e3d6a857)) + + +### Documentation + +* update CONTRIBUTING.md ([#495](https://github.com/Finch-API/finch-api-python/issues/495)) ([40d4f67](https://github.com/Finch-API/finch-api-python/commit/40d4f670d89118e1fd7df411ea2b8ecef135988e)) + ## 1.5.0 (2024-09-03) Full Changelog: [v1.4.0...v1.5.0](https://github.com/Finch-API/finch-api-python/compare/v1.4.0...v1.5.0) diff --git a/pyproject.toml b/pyproject.toml index 09aa0af1..983834bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.5.0" +version = "1.6.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 a6406247..b1a448b2 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.5.0" # x-release-please-version +__version__ = "1.6.0" # x-release-please-version