From 2d418113d0d306013511dd7e2f68a01ad85a5698 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:47:59 +0000 Subject: [PATCH] release: 0.79.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/lithic/_version.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe941d15..29fa70ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.79.0" + ".": "0.79.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9fa743..a3404721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.79.1 (2024-11-18) + +Full Changelog: [v0.79.0...v0.79.1](https://github.com/lithic-com/lithic-python/compare/v0.79.0...v0.79.1) + +### Bug Fixes + +* **asyncify:** avoid hanging process under certain conditions ([#632](https://github.com/lithic-com/lithic-python/issues/632)) ([a588059](https://github.com/lithic-com/lithic-python/commit/a588059fb8e877c9b174ce665991c5ade57dc49d)) + + +### Chores + +* **tests:** limit array example length ([#630](https://github.com/lithic-com/lithic-python/issues/630)) ([015e1cb](https://github.com/lithic-com/lithic-python/commit/015e1cb414358c2a90a21453d1854328caa0d968)) + ## 0.79.0 (2024-11-14) Full Changelog: [v0.78.1...v0.79.0](https://github.com/lithic-com/lithic-python/compare/v0.78.1...v0.79.0) diff --git a/pyproject.toml b/pyproject.toml index 06817974..0957c843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lithic" -version = "0.79.0" +version = "0.79.1" description = "The official Python library for the lithic API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/lithic/_version.py b/src/lithic/_version.py index d3fa5371..d7e9daf8 100644 --- a/src/lithic/_version.py +++ b/src/lithic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "lithic" -__version__ = "0.79.0" # x-release-please-version +__version__ = "0.79.1" # x-release-please-version