File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.10 .0"
2
+ "." : " 0.11 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.11.0 (2025-08-22)
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
+ * update github action ([ 90d0d40] ( https://github.com/G-Core/gcore-python/commit/90d0d40744d5ce00b4a99aab77919de29ef2f4ae ) )
32
+
3
33
## 0.10.0 (2025-08-07)
4
34
5
35
Full Changelog: [ v0.9.0...v0.10.0] ( https://github.com/G-Core/gcore-python/compare/v0.9.0...v0.10.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " gcore"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
description = " The official Python library for the gcore API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "gcore"
4
- __version__ = "0.10 .0" # x-release-please-version
4
+ __version__ = "0.11 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments