Skip to content

Commit 6940a07

Browse files
release: 0.77.0
1 parent 074a4c7 commit 6940a07

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.76.0"
2+
".": "0.77.0"
33
}

CHANGELOG.md

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

3+
## 0.77.0 (2024-10-28)
4+
5+
Full Changelog: [v0.76.0...v0.77.0](https://github.com/lithic-com/lithic-python/compare/v0.76.0...v0.77.0)
6+
7+
### Features
8+
9+
* **api:** updates ([#610](https://github.com/lithic-com/lithic-python/issues/610)) ([4cc66a9](https://github.com/lithic-com/lithic-python/commit/4cc66a96b0eb15481c4164ec900f3470bae3b840))
10+
11+
12+
### Chores
13+
14+
* **api:** add `PIN_BLOCKED` to `detailed_results` property on Event ([#606](https://github.com/lithic-com/lithic-python/issues/606)) ([ac9985f](https://github.com/lithic-com/lithic-python/commit/ac9985f9f1fefb9fae7db90f8095492db0cff738))
15+
* **api:** adds new result types to Transactions and Events ([#608](https://github.com/lithic-com/lithic-python/issues/608)) ([ff13e35](https://github.com/lithic-com/lithic-python/commit/ff13e35c1f4d760c34d870a5f6da972c57d4968a))
16+
* **internal:** bump pytest to v8 & pydantic ([#609](https://github.com/lithic-com/lithic-python/issues/609)) ([a2641b7](https://github.com/lithic-com/lithic-python/commit/a2641b71894a9aa078314f56d51f4625df837685))
17+
318
## 0.76.0 (2024-10-23)
419

520
Full Changelog: [v0.75.0...v0.76.0](https://github.com/lithic-com/lithic-python/compare/v0.75.0...v0.76.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.76.0"
3+
version = "0.77.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.76.0" # x-release-please-version
4+
__version__ = "0.77.0" # x-release-please-version

0 commit comments

Comments
 (0)