Skip to content

Commit fa91d1d

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
release: 0.66.1
1 parent f2249df commit fa91d1d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.66.0"
2+
".": "0.66.1"
33
}

CHANGELOG.md

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

3+
## 0.66.1 (2024-09-18)
4+
5+
Full Changelog: [v0.66.0...v0.66.1](https://github.com/lithic-com/lithic-python/compare/v0.66.0...v0.66.1)
6+
7+
### Chores
8+
9+
* **internal:** specify API version for each endpoints instead of hardcoded in base URLs ([#565](https://github.com/lithic-com/lithic-python/issues/565)) ([ad2d835](https://github.com/lithic-com/lithic-python/commit/ad2d83572ced963baa45eb99d43750b9e89b523a))
10+
* **tests:** fix get_embed_url to specify /v1/ prefix ([f84ec12](https://github.com/lithic-com/lithic-python/commit/f84ec125a08f95c526bddf6130588a5ee340547b))
11+
312
## 0.66.0 (2024-09-17)
413

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

0 commit comments

Comments
 (0)