Skip to content

Commit 1953711

Browse files
release: 0.41.0
1 parent 24bb358 commit 1953711

4 files changed

Lines changed: 20 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.40.0"
2+
".": "0.41.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.41.0 (2026-04-02)
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 ([6cee9d3](https://github.com/G-Core/gcore-python/commit/6cee9d3e8554f0417a635be879e7e316440b3b8f))
10+
* **api:** aggregated API specs update ([d40d2c7](https://github.com/G-Core/gcore-python/commit/d40d2c7b9713e6efd8b006134eaa51cf5f457d81))
11+
* **api:** aggregated API specs update ([7c3f529](https://github.com/G-Core/gcore-python/commit/7c3f5294def02deee6f7f0dfef7292873ae9b5a1))
12+
* **cloud:** add support for Baremetal servers in Terraform ([33f5cc2](https://github.com/G-Core/gcore-python/commit/33f5cc29ad63e5d9b0d6ab7c12a85059ffc1d985))
13+
14+
15+
### Chores
16+
17+
* **tests:** bump steady to v0.20.1 ([5b0b1de](https://github.com/G-Core/gcore-python/commit/5b0b1de4864f44973f6c48ba38f35a84b3a8e37b))
18+
* **tests:** bump steady to v0.20.2 ([7f62464](https://github.com/G-Core/gcore-python/commit/7f62464cbf6c388fbb56d0f038353c1c976614a2))
19+
320
## 0.40.0 (2026-03-30)
421

522
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)