Skip to content

Commit 7f7043c

Browse files
release: 0.14.0
1 parent 399ab2a commit 7f7043c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.14.0 (2024-02-02)
4+
5+
Full Changelog: [v0.13.0...v0.14.0](https://github.com/Finch-API/finch-api-python/compare/v0.13.0...v0.14.0)
6+
7+
### Features
8+
9+
* **api:** create access token reads client opts if not provided ([#281](https://github.com/Finch-API/finch-api-python/issues/281)) ([ee9b890](https://github.com/Finch-API/finch-api-python/commit/ee9b8901448dc5bc6cb3d45312e3a69747766e4d))
10+
11+
12+
### Chores
13+
14+
* **interal:** make link to api.md relative ([#282](https://github.com/Finch-API/finch-api-python/issues/282)) ([73dc78b](https://github.com/Finch-API/finch-api-python/commit/73dc78bea0ed2847d5bb19f229ffcfcaa9368af2))
15+
* **internal:** support pre-release versioning ([#279](https://github.com/Finch-API/finch-api-python/issues/279)) ([9700447](https://github.com/Finch-API/finch-api-python/commit/970044799cf5e05f7ea51e2b4cc98041eca8e129))
16+
317
## 0.13.0 (2024-01-30)
418

519
Full Changelog: [v0.12.0...v0.13.0](https://github.com/Finch-API/finch-api-python/compare/v0.12.0...v0.13.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.13.0"
3+
version = "0.14.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.13.0" # x-release-please-version
4+
__version__ = "0.14.0" # x-release-please-version

0 commit comments

Comments
 (0)