Skip to content

Commit 1eb0575

Browse files
release: 0.38.0
1 parent eb53954 commit 1eb0575

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.37.0"
2+
".": "0.38.0"
33
}

CHANGELOG.md

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

3+
## 0.38.0 (2026-03-12)
4+
5+
Full Changelog: [v0.37.0...v0.38.0](https://github.com/G-Core/gcore-python/compare/v0.37.0...v0.38.0)
6+
7+
### Features
8+
9+
* **api:** aggregated API specs update ([eb53954](https://github.com/G-Core/gcore-python/commit/eb5395427eae979ee0f64ebcc79aa11455cd3d62))
10+
* **api:** aggregated API specs update ([152f7b0](https://github.com/G-Core/gcore-python/commit/152f7b010e3de9e11b74fa0e9d25c2e3c46edd7c))
11+
* **api:** aggregated API specs update ([e203f21](https://github.com/G-Core/gcore-python/commit/e203f2110410c15524fabbf45c813cd7b7113308))
12+
* **cloud:** add update method to GPU Baremetal clusters ([3aaae61](https://github.com/G-Core/gcore-python/commit/3aaae61423f266ceca10a2a44aab05fb11875b9f))
13+
14+
15+
### Chores
16+
17+
* **examples:** suppress pyright deprecation warnings in storage examples ([81806bb](https://github.com/G-Core/gcore-python/commit/81806bbe78c871a60e6ca613e7b24c3442293f90))
18+
* remove .vscode/ ([8490ade](https://github.com/G-Core/gcore-python/commit/8490ade7834974693fa6e9df0dd44edabe4050e7))
19+
320
## 0.37.0 (2026-03-09)
421

522
Full Changelog: [v0.36.0...v0.37.0](https://github.com/G-Core/gcore-python/compare/v0.36.0...v0.37.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.37.0"
3+
version = "0.38.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.37.0" # x-release-please-version
4+
__version__ = "0.38.0" # x-release-please-version

0 commit comments

Comments
 (0)