Skip to content

Commit 0fb17f8

Browse files
release: 1.10.0
1 parent 67f3a1d commit 0fb17f8

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.10.0 (2024-11-19)
4+
5+
Full Changelog: [v1.9.0...v1.10.0](https://github.com/Finch-API/finch-api-python/compare/v1.9.0...v1.10.0)
6+
7+
### Features
8+
9+
* **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))
10+
11+
12+
### Chores
13+
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
319
## 1.9.0 (2024-11-01)
420

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

pyproject.toml

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

src/finch/_version.py

Lines changed: 1 addition & 1 deletion
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__ = "1.9.0" # x-release-please-version
4+
__version__ = "1.10.0" # x-release-please-version

0 commit comments

Comments
 (0)