From 9ba0234d9b1eeaf5196df90d02f543c8a6541b5e Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:17:17 +0100 Subject: [PATCH] chore(main): release 0.0.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5742c08b..789909f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.0.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f59a0a..ff27b87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.9](https://github.com/Finch-API/finch-api-python/compare/v0.0.8...v0.0.9) (2023-08-17) + + +### Features + +* add support for Pydantic v2 ([#66](https://github.com/Finch-API/finch-api-python/issues/66)) ([85d7032](https://github.com/Finch-API/finch-api-python/commit/85d7032f70ae6bd294d96916a91eb42c57a4f6ed)) + ## [0.0.8](https://github.com/Finch-API/finch-api-python/compare/v0.0.7...v0.0.8) (2023-08-16) diff --git a/pyproject.toml b/pyproject.toml index d8fcf5b6..42329cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "finch-api" -version = "0.0.8" +version = "0.0.9" description = "Client library for the Finch API" readme = "README.md" authors = ["Finch "] diff --git a/src/finch/_version.py b/src/finch/_version.py index 4fb56ef3..e36055c5 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.0.8" # x-release-please-version +__version__ = "0.0.9" # x-release-please-version