Skip to content

Commit 3e4347e

Browse files
stainless-app[bot]deferred
authored andcommitted
release: 0.33.0
1 parent 071ed34 commit 3e4347e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.32.0"
2+
".": "0.33.0"
33
}

CHANGELOG.md

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

3+
## 0.33.0 (2026-02-16)
4+
5+
Full Changelog: [v0.32.0...v0.33.0](https://github.com/G-Core/gcore-python/compare/v0.32.0...v0.33.0)
6+
7+
### Features
8+
9+
* **api:** aggregated API specs update ([13374b4](https://github.com/G-Core/gcore-python/commit/13374b4ad22fe8709ae1cd0ab9d31c2ec9714a0b))
10+
* **api:** aggregated API specs update ([55f0747](https://github.com/G-Core/gcore-python/commit/55f07478fb5b343efac0d43b0e0a1a5c1fdb8918))
11+
* **api:** aggregated API specs update ([d6b782c](https://github.com/G-Core/gcore-python/commit/d6b782c24f6534edc3c2013d644e0d5f9fdffac5))
12+
* **api:** revert(cdn): remove client_config subresource ([#207](https://github.com/G-Core/gcore-python/issues/207)) ([6bc418a](https://github.com/G-Core/gcore-python/commit/6bc418acdcfed56957b6c571ee2f6f29efa3663e))
13+
* **cdn:** add client_config subresource for terraform ([5359417](https://github.com/G-Core/gcore-python/commit/535941718238395cdfc524c0bc5b59b4109fd8d1))
14+
15+
16+
### Chores
17+
18+
* **cloud:** suppress deprecation warnings for security group rules ([d263a2e](https://github.com/G-Core/gcore-python/commit/d263a2e356d317f3cb4301ee0b10b1863a888178))
19+
* format all `api.md` files ([6f7ec77](https://github.com/G-Core/gcore-python/commit/6f7ec778e65dce7a413619b85df204268f26d178))
20+
321
## 0.32.0 (2026-02-11)
422

523
Full Changelog: [v0.31.0...v0.32.0](https://github.com/G-Core/gcore-python/compare/v0.31.0...v0.32.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.32.0"
3+
version = "0.33.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.32.0" # x-release-please-version
4+
__version__ = "0.33.0" # x-release-please-version

0 commit comments

Comments
 (0)