Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 27, 2023
1 parent 082ef37 commit eea4426
Show file tree
Hide file tree
Showing 4 changed files with 13 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.8.0"
".": "0.8.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.8.1 (2023-11-24)

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

### Chores

* **internal:** options updates ([#195](https://github.com/Finch-API/finch-api-python/issues/195)) ([0dd9a28](https://github.com/Finch-API/finch-api-python/commit/0dd9a2830e69c0fe555ca8dc4fd164ecdaeda490))
* **internal:** revert recent options change ([#197](https://github.com/Finch-API/finch-api-python/issues/197)) ([e10ebe4](https://github.com/Finch-API/finch-api-python/commit/e10ebe4151a6c55884967acfc83aa92163162db2))
* **internal:** send more detailed x-stainless headers ([#198](https://github.com/Finch-API/finch-api-python/issues/198)) ([ca854cd](https://github.com/Finch-API/finch-api-python/commit/ca854cdb23af269eb9d89bc3407e5c6c18e0c0df))

## 0.8.0 (2023-11-21)

Full Changelog: [v0.7.1...v0.8.0](https://github.com/Finch-API/finch-api-python/compare/v0.7.1...v0.8.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.8.0"
version = "0.8.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.8.0" # x-release-please-version
__version__ = "0.8.1" # x-release-please-version

0 comments on commit eea4426

Please sign in to comment.