Skip to content

Commit a2f83bc

Browse files
committed
release: 0.11.0
1 parent 7142d28 commit a2f83bc

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.11.0 (2024-01-11)
4+
5+
Full Changelog: [v0.10.0...v0.11.0](https://github.com/Finch-API/finch-api-python/compare/v0.10.0...v0.11.0)
6+
7+
### Features
8+
9+
* **client:** hook up sandbox auth ([#256](https://github.com/Finch-API/finch-api-python/issues/256)) ([13f29d3](https://github.com/Finch-API/finch-api-python/commit/13f29d37dd22e9f83010434e63e5efe428d3dda0))
10+
* remove redundant endpoint, add sandbox client options (not yet used) ([#255](https://github.com/Finch-API/finch-api-python/issues/255)) ([3fbedde](https://github.com/Finch-API/finch-api-python/commit/3fbedde2c7eddc74193c6b60cc89021392b41c25))
11+
12+
13+
### Chores
14+
15+
* **client:** improve debug logging for failed requests ([#257](https://github.com/Finch-API/finch-api-python/issues/257)) ([04a3069](https://github.com/Finch-API/finch-api-python/commit/04a306915f19ebdbad1ec25f90bc58bcfa9aff57))
16+
* **internal:** rename unreleased connection status type ([#253](https://github.com/Finch-API/finch-api-python/issues/253)) ([e7f4e7d](https://github.com/Finch-API/finch-api-python/commit/e7f4e7da44347de96e49e0a802ea335cce56ec20))
17+
318
## 0.10.0 (2024-01-09)
419

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "The official Python library for the Finch API"
55
readme = "README.md"
66
license = "Apache-2.0"

src/finch/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "finch"
4-
__version__ = "0.10.0" # x-release-please-version
4+
__version__ = "0.11.0" # x-release-please-version

0 commit comments

Comments
 (0)