Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
release: 0.26.0
  • Loading branch information
stainless-app[bot] authored Jan 17, 2026
commit 9bf2ff3ca98a9a177ccc2592c8b7717049d2fec6
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.25.0"
".": "0.26.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.26.0 (2026-01-17)

Full Changelog: [v0.25.0...v0.26.0](https://github.com/kernel/kernel-python-sdk/compare/v0.25.0...v0.26.0)

### Features

* Auth agents auth check URL ([f9e1d38](https://github.com/kernel/kernel-python-sdk/commit/f9e1d38c4e42c1f3f340c8cc15a9311aa1b7f00c))


### Bug Fixes

* **stainless:** use @onkernel/sdk package name for TypeScript SDK ([b8c5cf1](https://github.com/kernel/kernel-python-sdk/commit/b8c5cf1ac94c4febfa41fd379485a60e39742cbc))


### Chores

* **internal:** update `actions/checkout` version ([54be5a5](https://github.com/kernel/kernel-python-sdk/commit/54be5a5b8d6c51b754a845c1a7d7467b89d50a66))

## 0.25.0 (2026-01-16)

Full Changelog: [v0.24.0...v0.25.0](https://github.com/kernel/kernel-python-sdk/compare/v0.24.0...v0.25.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kernel"
version = "0.25.0"
version = "0.26.0"
description = "The official Python library for the kernel API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "kernel"
__version__ = "0.25.0" # x-release-please-version
__version__ = "0.26.0" # x-release-please-version