Skip to content

Commit ad46658

Browse files
release: 0.1.0-alpha.3
1 parent 234178f commit ad46658

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.3 (2025-02-13)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#24](https://github.com/gitpod-io/gitpod-sdk-python/issues/24)) ([076bbf6](https://github.com/gitpod-io/gitpod-sdk-python/commit/076bbf6fd6263c719766a3a5ce73453df95981c6))
10+
* **api:** manual updates ([#25](https://github.com/gitpod-io/gitpod-sdk-python/issues/25)) ([079c823](https://github.com/gitpod-io/gitpod-sdk-python/commit/079c8237a16dc7a4dd5d8b2a1b7ba662b30a36ce))
11+
* **api:** manual updates ([#28](https://github.com/gitpod-io/gitpod-sdk-python/issues/28)) ([9c4e6bc](https://github.com/gitpod-io/gitpod-sdk-python/commit/9c4e6bcdca13b2c5d9cf5277e2c1cceb48a9669b))
12+
* **api:** manual updates ([#30](https://github.com/gitpod-io/gitpod-sdk-python/issues/30)) ([234178f](https://github.com/gitpod-io/gitpod-sdk-python/commit/234178f4e55f8284f5037ebd71d85dc7e9d07024))
13+
* **api:** update examples ([#22](https://github.com/gitpod-io/gitpod-sdk-python/issues/22)) ([b929df6](https://github.com/gitpod-io/gitpod-sdk-python/commit/b929df6228c2c76de076280d2c95b4df7031fbce))
14+
* **api:** update with latest API spec ([#27](https://github.com/gitpod-io/gitpod-sdk-python/issues/27)) ([c0adc49](https://github.com/gitpod-io/gitpod-sdk-python/commit/c0adc49770b109ad3a3bba9752b4cf925a2c230f))
15+
16+
17+
### Chores
18+
19+
* **internal:** update client tests ([#26](https://github.com/gitpod-io/gitpod-sdk-python/issues/26)) ([76f8c4e](https://github.com/gitpod-io/gitpod-sdk-python/commit/76f8c4ea3b13fb4914b1f3c9f5b4ffdc86bd0255))
20+
321
## 0.1.0-alpha.2 (2025-02-12)
422

523
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

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.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
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.1.0-alpha.2" # x-release-please-version
4+
__version__ = "0.1.0-alpha.3" # x-release-please-version

0 commit comments

Comments
 (0)