Skip to content

Commit 828c1a5

Browse files
release: 0.21.12
1 parent a53583e commit 828c1a5

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.21.12 (2024-07-16)
4+
5+
Full Changelog: [v0.21.11...v0.21.12](https://github.com/Finch-API/finch-api-python/compare/v0.21.11...v0.21.12)
6+
7+
### Bug Fixes
8+
9+
* **api:** remove unused fields ([#432](https://github.com/Finch-API/finch-api-python/issues/432)) ([1d00a32](https://github.com/Finch-API/finch-api-python/commit/1d00a3210dee1aaf3c88334c0acbccbd78b1c48f))
10+
11+
12+
### Chores
13+
14+
* **docs:** minor update to formatting of API link in README ([#434](https://github.com/Finch-API/finch-api-python/issues/434)) ([178f659](https://github.com/Finch-API/finch-api-python/commit/178f659bcd0005c433548fcbc0611c5be5fac464))
15+
* **internal:** update formatting ([#435](https://github.com/Finch-API/finch-api-python/issues/435)) ([ae16b3a](https://github.com/Finch-API/finch-api-python/commit/ae16b3ae58e2fb9c987b553b27214ef64c66706e))
16+
* **internal:** update formatting ([#436](https://github.com/Finch-API/finch-api-python/issues/436)) ([67630b3](https://github.com/Finch-API/finch-api-python/commit/67630b392348670c88b3effdd62b8ad132de8b04))
17+
318
## 0.21.11 (2024-07-15)
419

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

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.21.11"
3+
version = "0.21.12"
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__ = "0.21.11" # x-release-please-version
4+
__version__ = "0.21.12" # x-release-please-version

0 commit comments

Comments
 (0)