Skip to content

Commit c0017f3

Browse files
committed
release: 0.54.0
1 parent 6009b05 commit c0017f3

4 files changed

Lines changed: 22 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.53.0"
2+
".": "0.54.0"
33
}

CHANGELOG.md

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

3+
## [0.54.0](https://github.com/G-Core/gcore-python/compare/v0.53.0...v0.54.0) (2026-07-27)
4+
5+
6+
### Features
7+
8+
* **cdn:** add origin shielding locations terraform data source ([17240db](https://github.com/G-Core/gcore-python/commit/17240db174a440820de5e9bf7b256b2549ae9925))
9+
* **cloud:** add networks update_and_poll convenience method ([1432b87](https://github.com/G-Core/gcore-python/commit/1432b8748b45ebb337fb2707b29cad4760ba2fa0))
10+
11+
12+
### Bug Fixes
13+
14+
* **cloud:** mark k8s pool security_group_ids computed_optional in Terraform ([afaa8e6](https://github.com/G-Core/gcore-python/commit/afaa8e662c56f551b26561c95b22eb9db2b74c55))
15+
16+
17+
### Chores
18+
19+
* **cloud:** update cloud OpenAPI spec ([7464a3b](https://github.com/G-Core/gcore-python/commit/7464a3b7d82d1ba6f7b5b5fe64d42f98bee4be8e))
20+
* **dns:** update dns OpenAPI spec ([669cedc](https://github.com/G-Core/gcore-python/commit/669cedcacfde1c9e75f2545106343144ce6ceb0b))
21+
322
## [0.53.0](https://github.com/G-Core/gcore-python/compare/v0.52.0...v0.53.0) (2026-07-22)
423

524

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.53.0"
3+
version = "0.54.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.53.0" # x-release-please-version
4+
__version__ = "0.54.0" # x-release-please-version

0 commit comments

Comments
 (0)