diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d940b60..87d3d84 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.55.0" + ".": "0.56.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 6b78eac..e0a033e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 112 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-b7a19ff1fbd93322c8cffcd0b397ce2536ca8bff91594e0081bd030d4bec879f.yml -openapi_spec_hash: 9dd204b37a357b19032aea9eb4496645 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-982efd191c23737c9e1cdbcbf9237fa2231b9f74e0a25db2870293bdf9951c21.yml +openapi_spec_hash: eeb27952a4cc939316c24fc0ce2c9e3a config_hash: 08d55086449943a8fec212b870061a3f diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b4001..2a3eba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.56.0 (2026-05-18) + +Full Changelog: [v0.55.0...v0.56.0](https://github.com/kernel/kernel-python-sdk/compare/v0.55.0...v0.56.0) + +### Features + +* Expose POST /projects in public API ([4d70271](https://github.com/kernel/kernel-python-sdk/commit/4d702711a74e050ab121f0ce7b2bbe276904a5de)) + ## 0.55.0 (2026-05-15) Full Changelog: [v0.53.0...v0.55.0](https://github.com/kernel/kernel-python-sdk/compare/v0.53.0...v0.55.0) diff --git a/pyproject.toml b/pyproject.toml index 353f3cd..c98902d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kernel" -version = "0.55.0" +version = "0.56.0" description = "The official Python library for the kernel API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/kernel/_version.py b/src/kernel/_version.py index b2f051b..a4d2a57 100644 --- a/src/kernel/_version.py +++ b/src/kernel/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "kernel" -__version__ = "0.55.0" # x-release-please-version +__version__ = "0.56.0" # x-release-please-version diff --git a/src/kernel/resources/projects/projects.py b/src/kernel/resources/projects/projects.py index f73e70d..87fae1b 100644 --- a/src/kernel/resources/projects/projects.py +++ b/src/kernel/resources/projects/projects.py @@ -70,10 +70,8 @@ def create( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = not_given, ) -> Project: - """Create a new project within the authenticated organization. - - Requires the - projects feature flag. + """ + Create a new project within the authenticated organization. Args: name: Project name (1-255 characters) @@ -299,10 +297,8 @@ async def create( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = not_given, ) -> Project: - """Create a new project within the authenticated organization. - - Requires the - projects feature flag. + """ + Create a new project within the authenticated organization. Args: name: Project name (1-255 characters)