Skip to content

Commit 8cb02a7

Browse files
release: 0.41.0
1 parent d78146b commit 8cb02a7

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.40.0"
2+
".": "0.41.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.41.0 (2026-03-31)
4+
5+
Full Changelog: [v0.40.0...v0.41.0](https://github.com/G-Core/gcore-python/compare/v0.40.0...v0.41.0)
6+
7+
### Features
8+
9+
* **api:** aggregated API specs update ([7c3f529](https://github.com/G-Core/gcore-python/commit/7c3f5294def02deee6f7f0dfef7292873ae9b5a1))
10+
* **cloud:** add support for Baremetal servers in Terraform ([33f5cc2](https://github.com/G-Core/gcore-python/commit/33f5cc29ad63e5d9b0d6ab7c12a85059ffc1d985))
11+
12+
13+
### Chores
14+
15+
* **tests:** bump steady to v0.20.1 ([5b0b1de](https://github.com/G-Core/gcore-python/commit/5b0b1de4864f44973f6c48ba38f35a84b3a8e37b))
16+
317
## 0.40.0 (2026-03-30)
418

519
Full Changelog: [v0.39.0...v0.40.0](https://github.com/G-Core/gcore-python/compare/v0.39.0...v0.40.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.40.0"
3+
version = "0.41.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.40.0" # x-release-please-version
4+
__version__ = "0.41.0" # x-release-please-version

0 commit comments

Comments
 (0)