Skip to content

Commit 73eac3b

Browse files
release: 3.25.0
1 parent 14221d9 commit 73eac3b

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-
".": "3.24.0"
2+
".": "3.25.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+
## 3.25.0 (2026-02-18)
4+
5+
Full Changelog: [v3.24.0...v3.25.0](https://github.com/supermemoryai/python-sdk/compare/v3.24.0...v3.25.0)
6+
7+
### Features
8+
9+
* **api:** api update ([93a76e1](https://github.com/supermemoryai/python-sdk/commit/93a76e11b33bb52c265541c583e47bbea26462d1))
10+
11+
12+
### Chores
13+
14+
* format all `api.md` files ([d879ea5](https://github.com/supermemoryai/python-sdk/commit/d879ea5d7e4ebe83220572692ddad28a4fc94b30))
15+
* **internal:** bump dependencies ([f992701](https://github.com/supermemoryai/python-sdk/commit/f992701f8e78502f43616240eb04c10f6c679862))
16+
* **internal:** fix lint error on Python 3.14 ([035b6d6](https://github.com/supermemoryai/python-sdk/commit/035b6d665e03ea518f2d40bd967bc63472087705))
17+
318
## 3.24.0 (2026-02-09)
419

520
Full Changelog: [v3.23.0...v3.24.0](https://github.com/supermemoryai/python-sdk/compare/v3.23.0...v3.24.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 = "supermemory"
3-
version = "3.24.0"
3+
version = "3.25.0"
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.24.0" # x-release-please-version
4+
__version__ = "3.25.0" # x-release-please-version

0 commit comments

Comments
 (0)