Skip to content

Commit dce6f67

Browse files
release: 0.78.0
1 parent a920099 commit dce6f67

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.77.2"
2+
".": "0.78.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.78.0 (2024-11-05)
4+
5+
Full Changelog: [v0.77.2...v0.78.0](https://github.com/lithic-com/lithic-python/compare/v0.77.2...v0.78.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** removes AuthRules V1 ([#620](https://github.com/lithic-com/lithic-python/issues/620))
10+
11+
### Features
12+
13+
* **api:** removes AuthRules V1 ([#620](https://github.com/lithic-com/lithic-python/issues/620)) ([e415592](https://github.com/lithic-com/lithic-python/commit/e41559205443f329cd17f3e3da51b7f429c3f7f5))
14+
* **project:** drop support for Python 3.7 ([#618](https://github.com/lithic-com/lithic-python/issues/618)) ([733aa30](https://github.com/lithic-com/lithic-python/commit/733aa30202e4766bbb8ed7af54a8e5e0a32ee9b4))
15+
316
## 0.77.2 (2024-11-04)
417

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

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.77.2"
3+
version = "0.78.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.77.2" # x-release-please-version
4+
__version__ = "0.78.0" # x-release-please-version

0 commit comments

Comments
 (0)