Skip to content

Commit e296a72

Browse files
release: 0.90.0
1 parent d3106a7 commit e296a72

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.89.0"
2+
".": "0.90.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.90.0 (2025-04-09)
4+
5+
Full Changelog: [v0.89.0...v0.90.0](https://github.com/lithic-com/lithic-python/compare/v0.89.0...v0.90.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([6800098](https://github.com/lithic-com/lithic-python/commit/6800098f32ba1d88183219c9cc822a6e57670632))
10+
11+
12+
### Chores
13+
14+
* configure new SDK language ([4a3c8b4](https://github.com/lithic-com/lithic-python/commit/4a3c8b431da736f617049f3e6b989a14635c09c6))
15+
* **internal:** expand CI branch coverage ([#736](https://github.com/lithic-com/lithic-python/issues/736)) ([01cf49e](https://github.com/lithic-com/lithic-python/commit/01cf49e2ae2fb20a52ce88d21368cd05b2b48dc6))
16+
* **tests:** improve enum examples ([#734](https://github.com/lithic-com/lithic-python/issues/734)) ([cd17f0d](https://github.com/lithic-com/lithic-python/commit/cd17f0d1a1152b464fba5d96f368289e14fe1a41))
17+
318
## 0.89.0 (2025-04-08)
419

520
Full Changelog: [v0.88.0...v0.89.0](https://github.com/lithic-com/lithic-python/compare/v0.88.0...v0.89.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.89.0"
3+
version = "0.90.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.89.0" # x-release-please-version
4+
__version__ = "0.90.0" # x-release-please-version

0 commit comments

Comments
 (0)