Skip to content

Commit 99d2a8e

Browse files
release: 0.66.0
1 parent ce6480f commit 99d2a8e

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.65.0"
2+
".": "0.66.0"
33
}

CHANGELOG.md

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

3+
## 0.66.0 (2024-09-17)
4+
5+
Full Changelog: [v0.65.0...v0.66.0](https://github.com/lithic-com/lithic-python/compare/v0.65.0...v0.66.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** updates book transfer status, updates to transactions, add currency model ([#564](https://github.com/lithic-com/lithic-python/issues/564))
10+
11+
### Features
12+
13+
* **api:** updates book transfer status, updates to transactions, add currency model ([#564](https://github.com/lithic-com/lithic-python/issues/564)) ([49a3a63](https://github.com/lithic-com/lithic-python/commit/49a3a631806d3327535511f27173f48f95628927))
14+
15+
16+
### Chores
17+
18+
* add docstrings to raw response properties ([#558](https://github.com/lithic-com/lithic-python/issues/558)) ([15eec4c](https://github.com/lithic-com/lithic-python/commit/15eec4cbdfeaa5a94b49732f8dbbec4a85fcfb83))
19+
* **internal:** bump pyright / mypy version ([#563](https://github.com/lithic-com/lithic-python/issues/563)) ([325561c](https://github.com/lithic-com/lithic-python/commit/325561c6d8892397c6072765a06ee6e5f52d08f0))
20+
* **internal:** bump ruff ([#562](https://github.com/lithic-com/lithic-python/issues/562)) ([8a34fc1](https://github.com/lithic-com/lithic-python/commit/8a34fc12683c70a2bd623db503f09f78ab612baf))
21+
22+
23+
### Documentation
24+
25+
* **readme:** add section on determining installed version ([#560](https://github.com/lithic-com/lithic-python/issues/560)) ([05ba523](https://github.com/lithic-com/lithic-python/commit/05ba523f6c882d5627998119624f15a593d9d3c8))
26+
* update CONTRIBUTING.md ([#561](https://github.com/lithic-com/lithic-python/issues/561)) ([1ac232c](https://github.com/lithic-com/lithic-python/commit/1ac232c528d0e45425be75af244c2aafa916d165))
27+
328
## 0.65.0 (2024-09-06)
429

530
Full Changelog: [v0.64.0...v0.65.0](https://github.com/lithic-com/lithic-python/compare/v0.64.0...v0.65.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.65.0"
3+
version = "0.66.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.65.0" # x-release-please-version
4+
__version__ = "0.66.0" # x-release-please-version

0 commit comments

Comments
 (0)