Skip to content

Commit 2fc7301

Browse files
stainless-app[bot]algis-dumbris
authored andcommitted
release: 0.44.0
1 parent 8cadc6a commit 2fc7301

4 files changed

Lines changed: 18 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.43.0"
2+
".": "0.44.0"
33
}

CHANGELOG.md

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

3+
## 0.44.0 (2026-04-27)
4+
5+
Full Changelog: [v0.43.0...v0.44.0](https://github.com/G-Core/gcore-python/compare/v0.43.0...v0.44.0)
6+
7+
### Features
8+
9+
* **api:** aggregated API specs update ([5b07224](https://github.com/G-Core/gcore-python/commit/5b07224ecfcad18c39a2ae1c45fddb2b4ea811f6))
10+
* **api:** aggregated API specs update ([9900f97](https://github.com/G-Core/gcore-python/commit/9900f97b05e97b4f42c7d3a041f32e5a628f0614))
11+
* **storage:** support TF for ssh keys ([b4a70d5](https://github.com/G-Core/gcore-python/commit/b4a70d5fb797121f21daaa7da9026daae9173360))
12+
13+
14+
### Chores
15+
16+
* **internal:** more robust bootstrap script ([8915d9b](https://github.com/G-Core/gcore-python/commit/8915d9b82e1f7f529f8aa930b047ce1bb3b32e08))
17+
318
## 0.43.0 (2026-04-22)
419

520
Full Changelog: [v0.42.0...v0.43.0](https://github.com/G-Core/gcore-python/compare/v0.42.0...v0.43.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.43.0"
3+
version = "0.44.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.43.0" # x-release-please-version
4+
__version__ = "0.44.0" # x-release-please-version

0 commit comments

Comments
 (0)