Skip to content

Commit 39c2a8d

Browse files
release: 0.1.0-alpha.3
1 parent c0adc49 commit 39c2a8d

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

+1-1
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

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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:** update examples ([#22](https://github.com/gitpod-io/gitpod-sdk-python/issues/22)) ([b929df6](https://github.com/gitpod-io/gitpod-sdk-python/commit/b929df6228c2c76de076280d2c95b4df7031fbce))
12+
* **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))
13+
14+
15+
### Chores
16+
17+
* **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))
18+
319
## 0.1.0-alpha.2 (2025-02-12)
420

521
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

+1-1
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

+1-1
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)