Skip to content

Commit 1c0711d

Browse files
release: 0.10.0
1 parent 82ede69 commit 1c0711d

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## 0.10.0 (2026-02-18)
4+
5+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.9.0...v0.10.0)
6+
7+
### Features
8+
9+
* **api:** add audit_only field to executable_deny_list and veto ([82ede69](https://github.com/gitpod-io/gitpod-sdk-python/commit/82ede69962a1ae28dd47f881bf305dc6f457e794))
10+
* **api:** add RUNNER_SIDE_AGENT to RunnerCapability type ([9375f78](https://github.com/gitpod-io/gitpod-sdk-python/commit/9375f7880e2d9e5db4fc57f4ed86c8b6ca5021fa))
11+
* **api:** add WARMPOOL_ADMIN and WARMPOOL_VIEWER to ResourceRole ([5c316a6](https://github.com/gitpod-io/gitpod-sdk-python/commit/5c316a6cfc56e4ba44067ae33f33d0456474dae1))
12+
13+
14+
### Chores
15+
16+
* format all `api.md` files ([c52f954](https://github.com/gitpod-io/gitpod-sdk-python/commit/c52f954a3bda80d38af13cb8cc26a3d81831da76))
17+
* **internal:** fix lint error on Python 3.14 ([2342adf](https://github.com/gitpod-io/gitpod-sdk-python/commit/2342adf3281e4eb7aa0584a60ea8b709ff97656c))
18+
319
## 0.9.0 (2026-02-11)
420

521
Full Changelog: [v0.8.0...v0.9.0](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.8.0...v0.9.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 = "gitpod-sdk"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "The official Python library for the gitpod API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/gitpod/_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__ = "gitpod"
4-
__version__ = "0.9.0" # x-release-please-version
4+
__version__ = "0.10.0" # x-release-please-version

0 commit comments

Comments
 (0)