Skip to content

Commit d235f9b

Browse files
release: 0.5.2 (#92)
* chore: speedup initial import * release: 0.5.2 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 7df39c4 commit d235f9b

File tree

5 files changed

+651
-149
lines changed

5 files changed

+651
-149
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.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

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

3+
## 0.5.2 (2025-12-16)
4+
5+
Full Changelog: [v0.5.1...v0.5.2](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.5.1...v0.5.2)
6+
7+
### Chores
8+
9+
* speedup initial import ([0cfe207](https://github.com/gitpod-io/gitpod-sdk-python/commit/0cfe207c87e568a6ca9ee6a5ff2251910b064444))
10+
311
## 0.5.1 (2025-12-15)
412

513
Full Changelog: [v0.5.0...v0.5.1](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.5.0...v0.5.1)

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.5.1"
3+
version = "0.5.2"
44
description = "The official Python library for the gitpod API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)