File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.2 "
2
+ "." : " 0.1.0-alpha.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.3 (2025-02-14)
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 ) ) ([ b14af5b] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/b14af5b14f013a2d966b6dca24abcc45975555e5 ) )
10
+ * ** api:** manual updates ([ #25 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/25 ) ) ([ a13ae46] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/a13ae465471d0323a2151fc904c8214f295e5a90 ) )
11
+ * ** api:** manual updates ([ #28 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/28 ) ) ([ b763659] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/b763659e5a226b94311d5f898534794879b279f8 ) )
12
+ * ** api:** manual updates ([ #30 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/30 ) ) ([ 45bdb31] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/45bdb315c9e912833b335244ac1fdb7737c423c2 ) )
13
+ * ** api:** update examples ([ #22 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/22 ) ) ([ a3a0b9d] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/a3a0b9dbb81bc5915ca65948fc570b406b2b587e ) )
14
+ * ** api:** update with latest API spec ([ #27 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/27 ) ) ([ 80f6e19] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/80f6e194b049fa48e82fe310c9c56e632588bfb9 ) )
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * asyncify on non-asyncio runtimes ([ #31 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/31 ) ) ([ 507a01e] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/507a01eb2eaed68da316448a12a98d13034b57f7 ) )
20
+
21
+
22
+ ### Chores
23
+
24
+ * ** internal:** update client tests ([ #26 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/26 ) ) ([ e4040d1] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/e4040d15067dea4ce6eb57742e6857bd8c227c4b ) )
25
+ * ** internal:** update client tests ([ #32 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/32 ) ) ([ 47d7150] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/47d715021c3ca29e930c5b9e928e2f4aeb201ecc ) )
26
+
3
27
## 0.1.0-alpha.2 (2025-02-12)
4
28
5
29
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 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " gitpod-sdk"
3
- version = " 0.1.0-alpha.2 "
3
+ version = " 0.1.0-alpha.3 "
4
4
description = " The official Python library for the gitpod API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "gitpod"
4
- __version__ = "0.1.0-alpha.2 " # x-release-please-version
4
+ __version__ = "0.1.0-alpha.3 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments