Skip to content

Commit 75ea693

Browse files
committed
release: 0.19.3
1 parent 2d2761e commit 75ea693

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.2"
2+
".": "0.19.3"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.19.3 (2023-10-11)
4+
5+
Full Changelog: [v0.19.2...v0.19.3](https://github.com/lithic-com/lithic-python/compare/v0.19.2...v0.19.3)
6+
7+
### Features
8+
9+
* **client:** add forwards-compatible pydantic methods ([#181](https://github.com/lithic-com/lithic-python/issues/181)) ([0bb14e3](https://github.com/lithic-com/lithic-python/commit/0bb14e3c29d81a59942cf4a2d4c07cf056228afc))
10+
* **client:** add support for passing in a httpx client ([#183](https://github.com/lithic-com/lithic-python/issues/183)) ([c2a69fb](https://github.com/lithic-com/lithic-python/commit/c2a69fbbf70b4755e7aa23dca5cf9ca8c1208631))
11+
312
## 0.19.2 (2023-10-05)
413

514
Full Changelog: [v0.19.1...v0.19.2](https://github.com/lithic-com/lithic-python/compare/v0.19.1...v0.19.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lithic"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
description = "Client library for the lithic API"
55
readme = "README.md"
66
authors = ["Lithic <sdk-feedback@lithic.com>"]

src/lithic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "lithic"
4-
__version__ = "0.19.2" # x-release-please-version
4+
__version__ = "0.19.3" # x-release-please-version

0 commit comments

Comments
 (0)