Skip to content

Commit 24e93cf

Browse files
release: 3.30.2
1 parent 846bd47 commit 24e93cf

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-
".": "3.30.1"
2+
".": "3.30.2"
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+
## 3.30.2 (2026-03-25)
4+
5+
Full Changelog: [v3.30.1...v3.30.2](https://github.com/supermemoryai/python-sdk/compare/v3.30.1...v3.30.2)
6+
7+
### Chores
8+
9+
* **ci:** skip lint on metadata-only changes ([846bd47](https://github.com/supermemoryai/python-sdk/commit/846bd47ac5d76604016adca3a47bc57579b3c36c))
10+
* **internal:** update gitignore ([ea672c5](https://github.com/supermemoryai/python-sdk/commit/ea672c5342bda843a94cec1298f386f58a34899e))
11+
312
## 3.30.1 (2026-03-20)
413

514
Full Changelog: [v3.30.0...v3.30.1](https://github.com/supermemoryai/python-sdk/compare/v3.30.0...v3.30.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supermemory"
3-
version = "3.30.1"
3+
version = "3.30.2"
44
description = "The official Python library for the supermemory API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/supermemory/_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__ = "supermemory"
4-
__version__ = "3.30.1" # x-release-please-version
4+
__version__ = "3.30.2" # x-release-please-version

0 commit comments

Comments
 (0)