Skip to content

Commit 8f7996c

Browse files
release: 0.15.0
1 parent bafd5c3 commit 8f7996c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.15.0 (2024-02-20)
4+
5+
Full Changelog: [v0.14.2...v0.15.0](https://github.com/Finch-API/finch-api-python/compare/v0.14.2...v0.15.0)
6+
7+
### Features
8+
9+
* **api:** create new sandbox job ([#293](https://github.com/Finch-API/finch-api-python/issues/293)) ([ed50140](https://github.com/Finch-API/finch-api-python/commit/ed5014018543309e4995b1b2f468f8bf3a59c187))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump rye to v0.24.0 ([#295](https://github.com/Finch-API/finch-api-python/issues/295)) ([341bc81](https://github.com/Finch-API/finch-api-python/commit/341bc814ed5af19ce2b19bf378f94698b09cac30))
15+
316
## 0.14.2 (2024-02-15)
417

518
Full Changelog: [v0.14.1...v0.14.2](https://github.com/Finch-API/finch-api-python/compare/v0.14.1...v0.14.2)

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.14.2"
3+
version = "0.15.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.14.2" # x-release-please-version
4+
__version__ = "0.15.0" # x-release-please-version

0 commit comments

Comments
 (0)