From 45b7776d5824c99433a109ef39b600460b297e3e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:11:48 +0000 Subject: [PATCH 1/2] chore: gitignore test server logs (#413) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0f9a66a9..87797408 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.prism.log .vscode _dev From cb12009e6ee83871f95d9354f3894fded0f37622 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:12:05 +0000 Subject: [PATCH 2/2] release: 0.21.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45e748c6..ad1b0e9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.5" + ".": "0.21.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dda387..020881d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.21.6 (2024-06-28) + +Full Changelog: [v0.21.5...v0.21.6](https://github.com/Finch-API/finch-api-python/compare/v0.21.5...v0.21.6) + +### Chores + +* gitignore test server logs ([#413](https://github.com/Finch-API/finch-api-python/issues/413)) ([45b7776](https://github.com/Finch-API/finch-api-python/commit/45b7776d5824c99433a109ef39b600460b297e3e)) + ## 0.21.5 (2024-06-28) Full Changelog: [v0.21.4...v0.21.5](https://github.com/Finch-API/finch-api-python/compare/v0.21.4...v0.21.5) diff --git a/pyproject.toml b/pyproject.toml index 47cc7b24..821ba610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.21.5" +version = "0.21.6" 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 da53b920..b0453d90 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__ = "0.21.5" # x-release-please-version +__version__ = "0.21.6" # x-release-please-version