Skip to content

Commit 3cd9e12

Browse files
release: 0.62.0
1 parent 8602af5 commit 3cd9e12

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.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.61.0"
2+
".": "0.62.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.62.0 (2024-08-28)
4+
5+
Full Changelog: [v0.61.0...v0.62.0](https://github.com/lithic-com/lithic-python/compare/v0.61.0...v0.62.0)
6+
7+
### Features
8+
9+
* **api:** add 'pin status' and 'pending_commands' to Card model ([#548](https://github.com/lithic-com/lithic-python/issues/548)) ([659ecca](https://github.com/lithic-com/lithic-python/commit/659ecca973405b11f78fd04b9f57c01574fa5e09))
10+
11+
12+
### Chores
13+
14+
* **docs:** minor edits ([#546](https://github.com/lithic-com/lithic-python/issues/546)) ([ae3ebc5](https://github.com/lithic-com/lithic-python/commit/ae3ebc5885874122a2f444bcf1f2e004885adb6b))
15+
316
## 0.61.0 (2024-08-23)
417

518
Full Changelog: [v0.60.0...v0.61.0](https://github.com/lithic-com/lithic-python/compare/v0.60.0...v0.61.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.61.0"
3+
version = "0.62.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.61.0" # x-release-please-version
4+
__version__ = "0.62.0" # x-release-please-version

0 commit comments

Comments
 (0)