From 17c0b125bb03a6d9ef6657a01b67ce680b76ce5d Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:15:09 -0400 Subject: [PATCH 1/4] chore(internal): update lock file (#139) --- requirements-dev.lock | 1 - requirements.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements-dev.lock b/requirements-dev.lock index 0cfe06db..16b88e10 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -41,7 +41,6 @@ pytest==7.1.1 pytest-asyncio==0.21.1 python-dateutil==2.8.2 respx==0.19.2 -rfc3986==1.5.0 ruff==0.0.282 six==1.16.0 sniffio==1.3.0 diff --git a/requirements.lock b/requirements.lock index 0c8c2c2e..a0736c81 100644 --- a/requirements.lock +++ b/requirements.lock @@ -18,6 +18,5 @@ httpx==0.23.0 idna==3.4 pydantic==2.4.2 pydantic-core==2.10.1 -rfc3986==1.5.0 sniffio==1.3.0 typing-extensions==4.8.0 From f4325e83bc9c96578b55c65ede49b95b6c0bfc5e Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:59:23 -0400 Subject: [PATCH 2/4] chore(internal): update gitignore (#141) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04a4e039..cca06496 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__ dist .venv +.idea .env codegen.log From c5cb20a35900618e865ab599a8401d87a174045e Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:13:43 +0100 Subject: [PATCH 3/4] chore(internal): update gitignore (#142) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cca06496..a4b2f8c0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ dist .idea .env +.envrc codegen.log From 8bca3d187a7e5f4da525e78b3831f389f38f2c91 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:14:03 +0100 Subject: [PATCH 4/4] release: 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f30916..b06ba919 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03157cec..3f55ce3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.1 (2023-10-19) + +Full Changelog: [v0.2.0...v0.2.1](https://github.com/Finch-API/finch-api-python/compare/v0.2.0...v0.2.1) + +### Chores + +* **internal:** update gitignore ([#141](https://github.com/Finch-API/finch-api-python/issues/141)) ([f4325e8](https://github.com/Finch-API/finch-api-python/commit/f4325e83bc9c96578b55c65ede49b95b6c0bfc5e)) +* **internal:** update gitignore ([#142](https://github.com/Finch-API/finch-api-python/issues/142)) ([c5cb20a](https://github.com/Finch-API/finch-api-python/commit/c5cb20a35900618e865ab599a8401d87a174045e)) +* **internal:** update lock file ([#139](https://github.com/Finch-API/finch-api-python/issues/139)) ([17c0b12](https://github.com/Finch-API/finch-api-python/commit/17c0b125bb03a6d9ef6657a01b67ce680b76ce5d)) + ## 0.2.0 (2023-10-17) Full Changelog: [v0.1.5...v0.2.0](https://github.com/Finch-API/finch-api-python/compare/v0.1.5...v0.2.0) diff --git a/pyproject.toml b/pyproject.toml index 4b196484..f11dfbc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.2.0" +version = "0.2.1" description = "Client 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 25f2f03c..1b2ef818 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.2.0" # x-release-please-version +__version__ = "0.2.1" # x-release-please-version