Skip to content

Commit 8b77bbf

Browse files
release: 1.20.1
1 parent 8e81d76 commit 8b77bbf

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.20.0"
2+
".": "1.20.1"
33
}

CHANGELOG.md

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

3+
## 1.20.1 (2025-04-08)
4+
5+
Full Changelog: [v1.20.0...v1.20.1](https://github.com/Finch-API/finch-api-python/compare/v1.20.0...v1.20.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** send all configured auth headers ([#643](https://github.com/Finch-API/finch-api-python/issues/643)) ([b91fc64](https://github.com/Finch-API/finch-api-python/commit/b91fc64410c673f9a078eef8084743ea05cada0b))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#641](https://github.com/Finch-API/finch-api-python/issues/641)) ([89df119](https://github.com/Finch-API/finch-api-python/commit/89df119f02f94e79d7fa75ba2a78b568624328bc))
15+
* **internal:** slight transform perf improvement ([#644](https://github.com/Finch-API/finch-api-python/issues/644)) ([e6e04cc](https://github.com/Finch-API/finch-api-python/commit/e6e04cc0dfce27441214d1f0781cec1b56c0243b))
16+
* **tests:** improve enum examples ([#645](https://github.com/Finch-API/finch-api-python/issues/645)) ([8e81d76](https://github.com/Finch-API/finch-api-python/commit/8e81d760fc7761ef583d3407eaa9640d6301ea8c))
17+
318
## 1.20.0 (2025-04-04)
419

520
Full Changelog: [v1.19.0...v1.20.0](https://github.com/Finch-API/finch-api-python/compare/v1.19.0...v1.20.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.20.0"
3+
version = "1.20.1"
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.20.0" # x-release-please-version
4+
__version__ = "1.20.1" # x-release-please-version

0 commit comments

Comments
 (0)