Skip to content

Commit 1c021b0

Browse files
release: 0.58.0
1 parent 80cf061 commit 1c021b0

4 files changed

Lines changed: 16 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.57.0"
2+
".": "0.58.0"
33
}

CHANGELOG.md

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

3+
## 0.58.0 (2024-08-16)
4+
5+
Full Changelog: [v0.57.0...v0.58.0](https://github.com/lithic-com/lithic-python/compare/v0.57.0...v0.58.0)
6+
7+
### Features
8+
9+
* **api:** add StatementListParams property include_initial_statements ([#536](https://github.com/lithic-com/lithic-python/issues/536)) ([6a24d16](https://github.com/lithic-com/lithic-python/commit/6a24d1651e83b778c1d6d9a13c40f5e0f0c232f5))
10+
11+
12+
### Chores
13+
14+
* **internal:** use different 32bit detection method ([#534](https://github.com/lithic-com/lithic-python/issues/534)) ([1e1f813](https://github.com/lithic-com/lithic-python/commit/1e1f8134789f1af66b5a719c339643256c37e89f))
15+
316
## 0.57.0 (2024-08-14)
417

518
Full Changelog: [v0.56.0...v0.57.0](https://github.com/lithic-com/lithic-python/compare/v0.56.0...v0.57.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lithic"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
description = "The official Python library for the lithic API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

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. See CONTRIBUTING.md for details.
22

33
__title__ = "lithic"
4-
__version__ = "0.57.0" # x-release-please-version
4+
__version__ = "0.58.0" # x-release-please-version

0 commit comments

Comments
 (0)