Skip to content

Commit dfd22f9

Browse files
release: 1.1.0
1 parent cdaa550 commit dfd22f9

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 1.1.0 (2024-08-07)
4+
5+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/Finch-API/finch-api-python/compare/v1.0.0...v1.1.0)
6+
7+
### Features
8+
9+
* **client:** add `retries_taken` to raw response class ([#462](https://github.com/Finch-API/finch-api-python/issues/462)) ([b62b180](https://github.com/Finch-API/finch-api-python/commit/b62b1809ac2c111db20af9b117409a2b4473997e))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** correctly serialise array body params ([#466](https://github.com/Finch-API/finch-api-python/issues/466)) ([f94c81e](https://github.com/Finch-API/finch-api-python/commit/f94c81e1ffb396afdfbd7635b348adfd586cc038))
15+
16+
17+
### Chores
18+
19+
* **internal:** bump pyright ([#461](https://github.com/Finch-API/finch-api-python/issues/461)) ([113a133](https://github.com/Finch-API/finch-api-python/commit/113a133eedd14d1bd579b710d41a7ea51a75f603))
20+
* **internal:** bump ruff version ([#464](https://github.com/Finch-API/finch-api-python/issues/464)) ([c440bcd](https://github.com/Finch-API/finch-api-python/commit/c440bcde1c636136baa2554b3e8ded69f604afdb))
21+
* **internal:** test updates ([#463](https://github.com/Finch-API/finch-api-python/issues/463)) ([19c58e6](https://github.com/Finch-API/finch-api-python/commit/19c58e6a2b1ec2a4cc3c103e911236a4f10af687))
22+
* **internal:** update pydantic compat helper function ([#465](https://github.com/Finch-API/finch-api-python/issues/465)) ([8656afe](https://github.com/Finch-API/finch-api-python/commit/8656afe878f85412712d85d52aa58068321ff792))
23+
* **internal:** use `TypeAlias` marker for type assignments ([#459](https://github.com/Finch-API/finch-api-python/issues/459)) ([3c0445a](https://github.com/Finch-API/finch-api-python/commit/3c0445a107202b107fec3ee73226f576824d8b40))
24+
325
## 1.0.0 (2024-08-01)
426

527
Full Changelog: [v0.23.1...v1.0.0](https://github.com/Finch-API/finch-api-python/compare/v0.23.1...v1.0.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 = "1.0.0"
3+
version = "1.1.0"
44
description = "The official Python library for the Finch API"
55
dynamic = ["readme"]
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. See CONTRIBUTING.md for details.
22

33
__title__ = "finch"
4-
__version__ = "1.0.0" # x-release-please-version
4+
__version__ = "1.1.0" # x-release-please-version

0 commit comments

Comments
 (0)