Skip to content

Commit 8b65c0e

Browse files
release: 0.11.0
1 parent f71c3d1 commit 8b65c0e

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## 0.11.0 (2025-08-21)
4+
5+
Full Changelog: [v0.10.0...v0.11.0](https://github.com/G-Core/gcore-python/compare/v0.10.0...v0.11.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **cloud:** support inference applications
10+
11+
### Features
12+
13+
* **api:** aggregated API specs update ([f71c3d1](https://github.com/G-Core/gcore-python/commit/f71c3d179b41c04f58fbad456a99e5f80562be33))
14+
* **api:** aggregated API specs update ([9cbe8fd](https://github.com/G-Core/gcore-python/commit/9cbe8fd8d84fac7a1581e5e083d74b95de3b5462))
15+
* **api:** aggregated API specs update ([0be4bae](https://github.com/G-Core/gcore-python/commit/0be4bae144750b52f2d75b7f7b07797774460578))
16+
* **api:** aggregated API specs update ([f3aefda](https://github.com/G-Core/gcore-python/commit/f3aefda2551ddffd363ddba9bfa1625ced9fff4b))
17+
* **api:** api update ([3014412](https://github.com/G-Core/gcore-python/commit/3014412935d7ad49ec1f72a91860255179f2dba5))
18+
* **cloud:** remove inference model examples ([8783511](https://github.com/G-Core/gcore-python/commit/87835112d2d67c032be83ba39c8cc0b970a4a844))
19+
* **cloud:** support inference applications ([18c778c](https://github.com/G-Core/gcore-python/commit/18c778caafd0ae43defdd7720dac45548b9df095))
20+
* **cloud:** use PATCH /v2/lbpools ([cba170c](https://github.com/G-Core/gcore-python/commit/cba170ca25b80f2e99bb27b5b33ea09a7828dcd1))
21+
22+
23+
### Chores
24+
25+
* formatting ([c6bbac7](https://github.com/G-Core/gcore-python/commit/c6bbac79b0bac38adeac8502f0e7b06813d77748))
26+
* **internal:** detect breaking changes when removing endpoints ([6884b67](https://github.com/G-Core/gcore-python/commit/6884b672f2542fbb1e2e928b59849220e20fdb04))
27+
* **internal:** improve breaking change detection ([7633fd5](https://github.com/G-Core/gcore-python/commit/7633fd5d7197443b223d07a212322faa7ad2d807))
28+
* **internal:** update comment in script ([067e9ff](https://github.com/G-Core/gcore-python/commit/067e9ff502e501460baa814d19603e4cb2a91e9c))
29+
* **tests:** unskip tests failing due to wrong Prism routing ([dd89184](https://github.com/G-Core/gcore-python/commit/dd89184f5d048c7e1489c70c58861bf7b4652862))
30+
* update @stainless-api/prism-cli to v5.15.0 ([ff1d205](https://github.com/G-Core/gcore-python/commit/ff1d20586704f23bd9d427e11a488f20ccf29420))
31+
332
## 0.10.0 (2025-08-07)
433

534
Full Changelog: [v0.9.0...v0.10.0](https://github.com/G-Core/gcore-python/compare/v0.9.0...v0.10.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.10.0"
3+
version = "0.11.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.10.0" # x-release-please-version
4+
__version__ = "0.11.0" # x-release-please-version

0 commit comments

Comments
 (0)