Skip to content

Commit 8145a8c

Browse files
release: 0.20.9
1 parent e181be9 commit 8145a8c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.20.8"
2+
".": "0.20.9"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.20.9 (2024-05-24)
4+
5+
Full Changelog: [v0.20.8...v0.20.9](https://github.com/Finch-API/finch-api-python/compare/v0.20.8...v0.20.9)
6+
7+
### Chores
8+
9+
* **ci:** update rye install location ([#389](https://github.com/Finch-API/finch-api-python/issues/389)) ([60cb43d](https://github.com/Finch-API/finch-api-python/commit/60cb43d309d500a4cf5e3b709a2211b467ca2670))
10+
* **ci:** update rye install location ([#391](https://github.com/Finch-API/finch-api-python/issues/391)) ([0d87713](https://github.com/Finch-API/finch-api-python/commit/0d87713a061143bdd42ce2445c43352dfc6c027f))
11+
* **internal:** bump pyright ([#393](https://github.com/Finch-API/finch-api-python/issues/393)) ([44e4df5](https://github.com/Finch-API/finch-api-python/commit/44e4df57a6096177f1538d185ad045391b24f0be))
12+
* **tests:** example client_id ([#392](https://github.com/Finch-API/finch-api-python/issues/392)) ([d4d0d9d](https://github.com/Finch-API/finch-api-python/commit/d4d0d9d753964820ebeeefe75ab121492a946c16))
13+
14+
15+
### Documentation
16+
17+
* **contributing:** update references to rye-up.com ([#394](https://github.com/Finch-API/finch-api-python/issues/394)) ([a4a6db6](https://github.com/Finch-API/finch-api-python/commit/a4a6db65095bb0de34a810017da741ca7c337d28))
18+
319
## 0.20.8 (2024-05-17)
420

521
Full Changelog: [v0.20.7...v0.20.8](https://github.com/Finch-API/finch-api-python/compare/v0.20.7...v0.20.8)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "0.20.8"
3+
version = "0.20.9"
44
description = "The official Python library for the Finch API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/finch/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "finch"
4-
__version__ = "0.20.8" # x-release-please-version
4+
__version__ = "0.20.9" # x-release-please-version

0 commit comments

Comments
 (0)