Skip to content

Commit 946cc59

Browse files
release: 0.105.0
1 parent bdc219b commit 946cc59

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.104.0"
2+
".": "0.105.0"
33
}

CHANGELOG.md

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

3+
## 0.105.0 (2025-09-09)
4+
5+
Full Changelog: [v0.104.0...v0.105.0](https://github.com/lithic-com/lithic-python/compare/v0.104.0...v0.105.0)
6+
7+
### Features
8+
9+
* **api:** adds support for unpauseing external bank accounts ([6abb97a](https://github.com/lithic-com/lithic-python/commit/6abb97ac297e522db029326aa42f526ee4ab6b56))
10+
11+
12+
### Bug Fixes
13+
14+
* **types:** add missing types to method arguments ([2a2cf4f](https://github.com/lithic-com/lithic-python/commit/2a2cf4f23bbed5067f494d7865194f2237397a67))
15+
16+
17+
### Chores
18+
19+
* **internal:** move mypy configurations to `pyproject.toml` file ([7334406](https://github.com/lithic-com/lithic-python/commit/73344067058de624d05271c91360f9554935c26e))
20+
* **tests:** simplify `get_platform` test ([fb87755](https://github.com/lithic-com/lithic-python/commit/fb87755ec9d3575d5720da0e30d07df120955fd5))
21+
322
## 0.104.0 (2025-09-04)
423

524
Full Changelog: [v0.103.1...v0.104.0](https://github.com/lithic-com/lithic-python/compare/v0.103.1...v0.104.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.104.0"
3+
version = "0.105.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.104.0" # x-release-please-version
4+
__version__ = "0.105.0" # x-release-please-version

0 commit comments

Comments
 (0)