Skip to content

Commit

Permalink
release: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Feb 26, 2024
1 parent 75e91f6 commit c346065
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
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.15.0"
".": "0.16.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.16.0 (2024-02-26)

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

### Features

* **api:** make redirect_uri optional ([#298](https://github.com/Finch-API/finch-api-python/issues/298)) ([8d42399](https://github.com/Finch-API/finch-api-python/commit/8d42399f838fc6274053977c4b648db181199bdf))


### Chores

* **internal:** bump pyright ([#299](https://github.com/Finch-API/finch-api-python/issues/299)) ([75e91f6](https://github.com/Finch-API/finch-api-python/commit/75e91f636e11472f298ed8796f318b97a15338cc))
* **internal:** update deps ([#296](https://github.com/Finch-API/finch-api-python/issues/296)) ([6e94884](https://github.com/Finch-API/finch-api-python/commit/6e94884a9a9051c17d7c38686fcc182f48d5d805))

## 0.15.0 (2024-02-20)

Full Changelog: [v0.14.2...v0.15.0](https://github.com/Finch-API/finch-api-python/compare/v0.14.2...v0.15.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.15.0"
version = "0.16.0"
description = "The official Python library for the Finch API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
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.15.0" # x-release-please-version
__version__ = "0.16.0" # x-release-please-version

0 comments on commit c346065

Please sign in to comment.