Skip to content

Commit 597fd58

Browse files
release: 0.25.0
1 parent ab5cd76 commit 597fd58

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.24.0"
2+
".": "0.25.0"
33
}

CHANGELOG.md

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

3+
## 0.25.0 (2026-01-15)
4+
5+
Full Changelog: [v0.24.0...v0.25.0](https://github.com/kernel/kernel-python-sdk/compare/v0.24.0...v0.25.0)
6+
7+
### Features
8+
9+
* add MFA options to agent authentication workflow ([80b39e5](https://github.com/kernel/kernel-python-sdk/commit/80b39e5958b43c2e370c5b3e468c6bbd8d092386))
10+
* add WebSocket process attach and PTY support ([ab5cd76](https://github.com/kernel/kernel-python-sdk/commit/ab5cd76a2c462ce514fb3732e1c8889531649495))
11+
* **api:** manual updates ([65b1a33](https://github.com/kernel/kernel-python-sdk/commit/65b1a33385f0c4cf08d7175a5bbd0d8239bdd9c1))
12+
* **api:** update production repos ([919b4d9](https://github.com/kernel/kernel-python-sdk/commit/919b4d93ede469c3bb9a66a44f64790613228aa9))
13+
* **client:** add support for binary request streaming ([ddc0dc9](https://github.com/kernel/kernel-python-sdk/commit/ddc0dc9bad1c8b2f3f030f729467acf0d1407d71))
14+
15+
16+
### Chores
17+
18+
* sync repo ([5582d88](https://github.com/kernel/kernel-python-sdk/commit/5582d880b76adadc90bdbcb6f83fa9b4e76bd556))
19+
320
## 0.24.0 (2025-12-17)
421

522
Full Changelog: [v0.23.0...v0.24.0](https://github.com/onkernel/kernel-python-sdk/compare/v0.23.0...v0.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 = "kernel"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
description = "The official Python library for the kernel API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/kernel/_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__ = "kernel"
4-
__version__ = "0.24.0" # x-release-please-version
4+
__version__ = "0.25.0" # x-release-please-version

0 commit comments

Comments
 (0)