Skip to content

Commit eb32cea

Browse files
stainless-botstainless-app[bot]
authored andcommitted
release: 0.14.1
1 parent 2aaecea commit eb32cea

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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.0"
2+
".": "0.14.1"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.14.1 (2024-02-08)
4+
5+
Full Changelog: [v0.14.0...v0.14.1](https://github.com/Finch-API/finch-api-python/compare/v0.14.0...v0.14.1)
6+
7+
### Bug Fixes
8+
9+
* prevent crash when platform.architecture() is not allowed ([#283](https://github.com/Finch-API/finch-api-python/issues/283)) ([ca5cf4c](https://github.com/Finch-API/finch-api-python/commit/ca5cf4c518e5899ab820f8082dc88f5d2dc7760e))
10+
* **types:** loosen most List params types to Iterable ([#288](https://github.com/Finch-API/finch-api-python/issues/288)) ([ed26c31](https://github.com/Finch-API/finch-api-python/commit/ed26c3167b8d3c5a1abca38beece3290e88a2940))
11+
12+
13+
### Chores
14+
15+
* **internal:** add lint command ([#286](https://github.com/Finch-API/finch-api-python/issues/286)) ([0e6398c](https://github.com/Finch-API/finch-api-python/commit/0e6398ca1c2f07eca8b2c981df8575cbff11af2c))
16+
* **internal:** minor pagination restructuring ([#287](https://github.com/Finch-API/finch-api-python/issues/287)) ([440f9ba](https://github.com/Finch-API/finch-api-python/commit/440f9ba1b648a2496c105f9e95c3e46c2df8b701))
17+
* **internal:** support serialising iterable types ([#285](https://github.com/Finch-API/finch-api-python/issues/285)) ([759e3ef](https://github.com/Finch-API/finch-api-python/commit/759e3ef888c39319e60f9296cc22ef560583533c))
18+
19+
20+
### Documentation
21+
22+
* add CONTRIBUTING.md ([#289](https://github.com/Finch-API/finch-api-python/issues/289)) ([7b48637](https://github.com/Finch-API/finch-api-python/commit/7b48637c23f509840ba1dcc7a56b5002cc0e7679))
23+
324
## 0.14.0 (2024-02-02)
425

526
Full Changelog: [v0.13.0...v0.14.0](https://github.com/Finch-API/finch-api-python/compare/v0.13.0...v0.14.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.14.0"
3+
version = "0.14.1"
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.0" # x-release-please-version
4+
__version__ = "0.14.1" # x-release-please-version

0 commit comments

Comments
 (0)