Skip to content

Commit

Permalink
release: 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and stainless-app[bot] committed Feb 12, 2024
1 parent 2aaecea commit eb32cea
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.14.1"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.14.1 (2024-02-08)

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

### Bug Fixes

* 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))
* **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))


### Chores

* **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))
* **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))
* **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))


### Documentation

* 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))

## 0.14.0 (2024-02-02)

Full Changelog: [v0.13.0...v0.14.0](https://github.com/Finch-API/finch-api-python/compare/v0.13.0...v0.14.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "finch-api"
version = "0.14.0"
version = "0.14.1"
description = "The official Python library for the Finch API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/finch/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "finch"
__version__ = "0.14.0" # x-release-please-version
__version__ = "0.14.1" # x-release-please-version

0 comments on commit eb32cea

Please sign in to comment.