From eb981466596acf83da38bcbcff31fef9b598a2a6 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:43:33 -0500 Subject: [PATCH] release: 0.8.2 --- .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 2b28d6ec..34dc535b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fb080f..c9038084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.2 (2023-11-28) + +Full Changelog: [v0.8.1...v0.8.2](https://github.com/Finch-API/finch-api-python/compare/v0.8.1...v0.8.2) + +### Chores + +* **deps:** bump mypy to v1.7.1 ([#199](https://github.com/Finch-API/finch-api-python/issues/199)) ([30fe5d2](https://github.com/Finch-API/finch-api-python/commit/30fe5d210c738a7df4f967de558de29cde1f3d38)) + ## 0.8.1 (2023-11-24) Full Changelog: [v0.8.0...v0.8.1](https://github.com/Finch-API/finch-api-python/compare/v0.8.0...v0.8.1) diff --git a/pyproject.toml b/pyproject.toml index bb69d28f..7b3b5304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.8.1" +version = "0.8.2" description = "The official Python library for the Finch API" readme = "README.md" license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index dfd10f6b..d085a27d 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "finch" -__version__ = "0.8.1" # x-release-please-version +__version__ = "0.8.2" # x-release-please-version