Skip to content

Commit fcf8241

Browse files
stainless-botRobertCraigie
authored andcommitted
release: 0.1.3
1 parent 41c24ef commit fcf8241

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.1.3 (2023-09-25)
4+
5+
Full Changelog: [v0.1.2...v0.1.3](https://github.com/Finch-API/finch-api-python/compare/v0.1.2...v0.1.3)
6+
7+
### Features
8+
9+
* **ci:** add reviewers ([#106](https://github.com/Finch-API/finch-api-python/issues/106)) ([6cced26](https://github.com/Finch-API/finch-api-python/commit/6cced26464cfd952be880617e0b1fd8321d4ecff))
10+
* **package:** export a root error type ([#108](https://github.com/Finch-API/finch-api-python/issues/108)) ([9ddf707](https://github.com/Finch-API/finch-api-python/commit/9ddf707ef7480471ee19e8fa426c47a3232ad736))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** don't error by default for unexpected content types ([#104](https://github.com/Finch-API/finch-api-python/issues/104)) ([61dd6ba](https://github.com/Finch-API/finch-api-python/commit/61dd6ba7db2c872d6b234dad3a5abd8a3299cb86))
16+
17+
18+
### Chores
19+
20+
* **internal:** move error classes from _base_exceptions to _exceptions (⚠️ breaking) ([#107](https://github.com/Finch-API/finch-api-python/issues/107)) ([6f6c4a1](https://github.com/Finch-API/finch-api-python/commit/6f6c4a14052fcfba58c8ef9c990f5a7817a59a24))
21+
322
## 0.1.2 (2023-09-19)
423

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "finch-api"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Client library for the Finch API"
55
readme = "README.md"
66
authors = ["Finch <[email protected]>"]

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.1.2" # x-release-please-version
4+
__version__ = "0.1.3" # x-release-please-version

0 commit comments

Comments
 (0)