Skip to content

Commit

Permalink
release: 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 4, 2024
1 parent 1945eeb commit bcc81e5
Show file tree
Hide file tree
Showing 4 changed files with 12 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.16.0"
".": "0.16.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.16.1 (2024-03-04)

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

### Chores

* **internal:** split up transforms into sync / async ([#304](https://github.com/Finch-API/finch-api-python/issues/304)) ([665c4de](https://github.com/Finch-API/finch-api-python/commit/665c4de271703a90b063ce955992d1c74fcca832))
* **internal:** support more input types ([#306](https://github.com/Finch-API/finch-api-python/issues/306)) ([5c3f635](https://github.com/Finch-API/finch-api-python/commit/5c3f6355d8595517b16f2da8e82a71dea7a0e130))

## 0.16.0 (2024-03-01)

Full Changelog: [v0.15.0...v0.16.0](https://github.com/Finch-API/finch-api-python/compare/v0.15.0...v0.16.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.16.0"
version = "0.16.1"
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.16.0" # x-release-please-version
__version__ = "0.16.1" # x-release-please-version

0 comments on commit bcc81e5

Please sign in to comment.