Skip to content

Commit a81ce3c

Browse files
release: 0.87.1
1 parent 8e84a1b commit a81ce3c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.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.87.0"
2+
".": "0.87.1"
33
}

CHANGELOG.md

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

3+
## 0.87.1 (2025-03-27)
4+
5+
Full Changelog: [v0.87.0...v0.87.1](https://github.com/lithic-com/lithic-python/compare/v0.87.0...v0.87.1)
6+
7+
### Bug Fixes
8+
9+
* **types:** add missing total=False ([#723](https://github.com/lithic-com/lithic-python/issues/723)) ([8fa5021](https://github.com/lithic-com/lithic-python/commit/8fa502151127f8b9a5f5d9ad915c6f99f48cbeb9))
10+
11+
12+
### Chores
13+
14+
* **api:** new attribute targets for Auth Rules and new Financial Account State schema ([#721](https://github.com/lithic-com/lithic-python/issues/721)) ([8ec0990](https://github.com/lithic-com/lithic-python/commit/8ec09902524a403201f81eae3e5b549afbe34a29))
15+
* fix typos ([#722](https://github.com/lithic-com/lithic-python/issues/722)) ([5542c78](https://github.com/lithic-com/lithic-python/commit/5542c7833c2594651ae07a734d26ee3b80d865c7))
16+
* **internal:** codegen related update ([#724](https://github.com/lithic-com/lithic-python/issues/724)) ([b7f9419](https://github.com/lithic-com/lithic-python/commit/b7f9419ca0c5bc3f2d066078156440b5dc81ce3d))
17+
* **internal:** update .stats.yml ([#719](https://github.com/lithic-com/lithic-python/issues/719)) ([71a42c0](https://github.com/lithic-com/lithic-python/commit/71a42c0f2604c81f87fb0ee82a13017d6d758008))
18+
319
## 0.87.0 (2025-03-18)
420

521
Full Changelog: [v0.86.2...v0.87.0](https://github.com/lithic-com/lithic-python/compare/v0.86.2...v0.87.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.87.0"
3+
version = "0.87.1"
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.87.0" # x-release-please-version
4+
__version__ = "0.87.1" # x-release-please-version

0 commit comments

Comments
 (0)