Skip to content

Commit

Permalink
release: 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Nov 20, 2024
1 parent 67f3a1d commit 0fb17f8
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "1.9.0"
".": "1.10.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.10.0 (2024-11-19)

Full Changelog: [v1.9.0...v1.10.0](https://github.com/Finch-API/finch-api-python/compare/v1.9.0...v1.10.0)

### Features

* **api:** api update ([#523](https://github.com/Finch-API/finch-api-python/issues/523)) ([ca6ca5b](https://github.com/Finch-API/finch-api-python/commit/ca6ca5b0f89596b54f69e73e74b3f88e7669abc1))


### Chores

* rebuild project due to codegen change ([#518](https://github.com/Finch-API/finch-api-python/issues/518)) ([f5dc239](https://github.com/Finch-API/finch-api-python/commit/f5dc23934d7ccb9224addce2cabd5c5a040b0a25))
* rebuild project due to codegen change ([#520](https://github.com/Finch-API/finch-api-python/issues/520)) ([e97a7aa](https://github.com/Finch-API/finch-api-python/commit/e97a7aa920db72359bef30c0be6b3e063c9f5ced))
* rebuild project due to codegen change ([#521](https://github.com/Finch-API/finch-api-python/issues/521)) ([f324a8b](https://github.com/Finch-API/finch-api-python/commit/f324a8bf434f5412c3a357308e81bd83b1a827a1))
* rebuild project due to codegen change ([#522](https://github.com/Finch-API/finch-api-python/issues/522)) ([dff3252](https://github.com/Finch-API/finch-api-python/commit/dff325218e25f5f74bb29338cfa02ef12450ea1a))

## 1.9.0 (2024-11-01)

Full Changelog: [v1.8.0...v1.9.0](https://github.com/Finch-API/finch-api-python/compare/v1.8.0...v1.9.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 = "1.9.0"
version = "1.10.0"
description = "The official Python library for the Finch API"
dynamic = ["readme"]
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. See CONTRIBUTING.md for details.

__title__ = "finch"
__version__ = "1.9.0" # x-release-please-version
__version__ = "1.10.0" # x-release-please-version

0 comments on commit 0fb17f8

Please sign in to comment.