From af7e08fede1e8fbf77b8a070bbbc5c7af18700f2 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:55:21 +0100 Subject: [PATCH] chore(main): release 0.0.7 --- .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 e58f3d1a..33322f4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 59abbb32..77627102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.0.7](https://github.com/Finch-API/finch-api-python/compare/v0.0.6...v0.0.7) (2023-08-01) + + +### Documentation + +* **readme:** use `client` everywhere for consistency ([5a2c941](https://github.com/Finch-API/finch-api-python/commit/5a2c941e02c068fa9d3da1665099f1657812c1ea)) + + +### Chores + +* **internal:** bump pyright ([#48](https://github.com/Finch-API/finch-api-python/issues/48)) ([36353e3](https://github.com/Finch-API/finch-api-python/commit/36353e36693a2ee73cc2d745f893c90190235f92)) +* **internal:** bump pyright ([#49](https://github.com/Finch-API/finch-api-python/issues/49)) ([bd4d420](https://github.com/Finch-API/finch-api-python/commit/bd4d4207aab19ad76e8d9a520c2c2c2c563b788c)) +* **internal:** minor refactoring of client instantiation ([1eff35f](https://github.com/Finch-API/finch-api-python/commit/1eff35f077f28c82fbcc594053d6ecf9088e20e1)) +* **internal:** minor reformatting of code ([#46](https://github.com/Finch-API/finch-api-python/issues/46)) ([8ed806e](https://github.com/Finch-API/finch-api-python/commit/8ed806e6c94f0bb315b395d5257ea883401151bc)) +* remove unused resource classes ([def0f2e](https://github.com/Finch-API/finch-api-python/commit/def0f2e0a09b99c50ed3aaecb5e5ba0bf22ca618)) + ## [0.0.6](https://github.com/Finch-API/finch-api-python/compare/v0.0.5...v0.0.6) (2023-07-22) diff --git a/pyproject.toml b/pyproject.toml index 11315297..ff44e730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "finch-api" -version = "0.0.6" +version = "0.0.7" 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 849786d2..0262e359 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.6" # x-release-please-version +__version__ = "0.0.7" # x-release-please-version