Skip to content

Commit 8eab4b9

Browse files
committed
release: 0.8.0
1 parent 8f03e74 commit 8eab4b9

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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-
".": "0.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## 0.8.0 (2023-11-21)
4+
5+
Full Changelog: [v0.7.1...v0.8.0](https://github.com/Finch-API/finch-api-python/compare/v0.7.1...v0.8.0)
6+
7+
### Features
8+
9+
* **api:** updates ([#192](https://github.com/Finch-API/finch-api-python/issues/192)) ([8f03e74](https://github.com/Finch-API/finch-api-python/commit/8f03e74f6dbc3e9c2e9543e74b06dba90fe8bbbb))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** attempt to parse unknown json content types ([#191](https://github.com/Finch-API/finch-api-python/issues/191)) ([aad45fe](https://github.com/Finch-API/finch-api-python/commit/aad45fee8d71d2b6499e71f7e37be08f8cb5a71a))
15+
16+
17+
### Chores
18+
19+
* **internal:** update type hint for helper function ([#189](https://github.com/Finch-API/finch-api-python/issues/189)) ([0fb6bff](https://github.com/Finch-API/finch-api-python/commit/0fb6bff18863f51e8abe8c89e70eee72c49f44bf))
20+
321
## 0.7.1 (2023-11-16)
422

523
Full Changelog: [v0.7.0...v0.7.1](https://github.com/Finch-API/finch-api-python/compare/v0.7.0...v0.7.1)

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 = "0.7.1"
3+
version = "0.8.0"
44
description = "The official Python library for the Finch API"
55
readme = "README.md"
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.
22

33
__title__ = "finch"
4-
__version__ = "0.7.1" # x-release-please-version
4+
__version__ = "0.8.0" # x-release-please-version

0 commit comments

Comments
 (0)