Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ __pycache__
dist

.venv
.idea

.env
.envrc
codegen.log
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/finch/_version.py
Original file line number Diff line number Diff line change
@@ -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