Skip to content

Commit 613642e

Browse files
release: 0.43.0
1 parent 063f1f4 commit 613642e

4 files changed

Lines changed: 31 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.42.0"
2+
".": "0.43.0"
33
}

CHANGELOG.md

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

3+
## 0.43.0 (2026-04-22)
4+
5+
Full Changelog: [v0.42.0...v0.43.0](https://github.com/G-Core/gcore-python/compare/v0.42.0...v0.43.0)
6+
7+
### Features
8+
9+
* **api:** aggregated API specs update ([2e269b6](https://github.com/G-Core/gcore-python/commit/2e269b6f17a504250715f6f33316818e25ce6d70))
10+
* **api:** aggregated API specs update ([96cd4c9](https://github.com/G-Core/gcore-python/commit/96cd4c96ff40b2d2bfc0d220309eadbc88b0dbb3))
11+
* **api:** aggregated API specs update ([8b6d277](https://github.com/G-Core/gcore-python/commit/8b6d2777aa8967ba88788145440b9e6e94c7c7f7))
12+
* **cloud:** add examples for GPU baremetal cluster images ([7279536](https://github.com/G-Core/gcore-python/commit/7279536d11b4163c445e270180da5de8582709ee))
13+
* **storage:** support Terraform generation for locations ([063f1f4](https://github.com/G-Core/gcore-python/commit/063f1f40ee0d10153f5437a69f227936516cf8e7))
14+
15+
16+
### Bug Fixes
17+
18+
* add rule to omit doc-only changes from release notes ([45bae59](https://github.com/G-Core/gcore-python/commit/45bae593f219bc62fd3773b97db603b4859500d7))
19+
20+
21+
### Performance Improvements
22+
23+
* **client:** optimize file structure copying in multipart requests ([2fd1bcb](https://github.com/G-Core/gcore-python/commit/2fd1bcbd057214f9fb494484e99d203a24c04c29))
24+
25+
26+
### Chores
27+
28+
* suppress deprecation warning on IAM api_tokens.create usage ([9b2f4a4](https://github.com/G-Core/gcore-python/commit/9b2f4a4ff19039df9dc1aac3dfdc5eba000de025))
29+
* **tests:** bump steady to v0.22.1 ([6ac2648](https://github.com/G-Core/gcore-python/commit/6ac2648d93f24b1f23544dac36d979575c763f3c))
30+
331
## 0.42.0 (2026-04-17)
432

533
Full Changelog: [v0.41.0...v0.42.0](https://github.com/G-Core/gcore-python/compare/v0.41.0...v0.42.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.42.0"
3+
version = "0.43.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.42.0" # x-release-please-version
4+
__version__ = "0.43.0" # x-release-please-version

0 commit comments

Comments
 (0)