diff --git a/.gitignore b/.gitignore index 04a4e039..a4b2f8c0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ __pycache__ dist .venv +.idea .env +.envrc codegen.log 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/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 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