Skip to content

Commit 03a4ddd

Browse files
release: 1.26.0
1 parent d47842a commit 03a4ddd

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.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.25.0"
2+
".": "1.26.0"
33
}

CHANGELOG.md

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

3+
## 1.26.0 (2025-05-01)
4+
5+
Full Changelog: [v1.25.0...v1.26.0](https://github.com/Finch-API/finch-api-python/compare/v1.25.0...v1.26.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d47842a](https://github.com/Finch-API/finch-api-python/commit/d47842a1a0fe6524649c6f159a23a5679a840c19))
10+
* **api:** api update ([24da06a](https://github.com/Finch-API/finch-api-python/commit/24da06a214b10d46594f6256c538d39ceca8352f))
11+
* **api:** api update ([388e39c](https://github.com/Finch-API/finch-api-python/commit/388e39c6adc5a39690220b7be5b8a754a845c4ca))
12+
* **api:** api update ([f4f6ed4](https://github.com/Finch-API/finch-api-python/commit/f4f6ed4f068f0e46f2f5b62e70c021bfb43e22f5))
13+
* **api:** api update ([4cd4be9](https://github.com/Finch-API/finch-api-python/commit/4cd4be9d82bfd0faea1fe30aac7dbbb9d54ac76b))
14+
* **api:** api update ([61ef456](https://github.com/Finch-API/finch-api-python/commit/61ef4565dfd90805361c46842bf0a41eb69b0aef))
15+
* **api:** api update ([f07e754](https://github.com/Finch-API/finch-api-python/commit/f07e754efdb1eade0ec73525e1f49db5e65eded6))
16+
* **api:** api update ([8a699b4](https://github.com/Finch-API/finch-api-python/commit/8a699b4a44565c24703ea63f7be16a1f50fea188))
17+
* **api:** api update ([53a339f](https://github.com/Finch-API/finch-api-python/commit/53a339f1f21f456dbfd5d94337cf8c5f710cd80f))
18+
* **api:** api update ([2954f3e](https://github.com/Finch-API/finch-api-python/commit/2954f3ef8117a57b656ce493806c906d91f86c43))
19+
* **api:** api update ([55b0723](https://github.com/Finch-API/finch-api-python/commit/55b0723e8791d0ef8414c30443946920e8e54c9b))
20+
* **api:** api update ([21a0e16](https://github.com/Finch-API/finch-api-python/commit/21a0e160732aa8524f8a086314e9ab2297f08843))
21+
322
## 1.25.0 (2025-04-23)
423

524
Full Changelog: [v1.24.0...v1.25.0](https://github.com/Finch-API/finch-api-python/compare/v1.24.0...v1.25.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.25.0"
3+
version = "1.26.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.25.0" # x-release-please-version
4+
__version__ = "1.26.0" # x-release-please-version

0 commit comments

Comments
 (0)