Skip to content

Commit f87d41c

Browse files
stainless-app[bot]pedrodeoliveira
authored andcommitted
release: 0.35.0
1 parent c52b6a9 commit f87d41c

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.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.34.0"
2+
".": "0.35.0"
33
}

CHANGELOG.md

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

3+
## 0.35.0 (2026-02-24)
4+
5+
Full Changelog: [v0.34.0...v0.35.0](https://github.com/G-Core/gcore-python/compare/v0.34.0...v0.35.0)
6+
7+
### Features
8+
9+
* add /release skill ([90db06d](https://github.com/G-Core/gcore-python/commit/90db06dccfcfd8dcc044818d89f851d97df4b7be))
10+
* **api:** aggregated API specs update ([46ef334](https://github.com/G-Core/gcore-python/commit/46ef3348dcfd5ca7c1ecd8dd5f8ea9f8d46d230d))
11+
12+
13+
### Bug Fixes
14+
15+
* **cloud:** get cluster_id from task created_resources.clusters ([b0d1b0d](https://github.com/G-Core/gcore-python/commit/b0d1b0dc11b92176083d7d467e28d1e52c253c7f))
16+
317
## 0.34.0 (2026-02-23)
418

519
Full Changelog: [v0.33.0...v0.34.0](https://github.com/G-Core/gcore-python/compare/v0.33.0...v0.34.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 = "gcore"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
description = "The official Python library for the gcore API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/gcore/_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__ = "gcore"
4-
__version__ = "0.34.0" # x-release-please-version
4+
__version__ = "0.35.0" # x-release-please-version

0 commit comments

Comments
 (0)