Skip to content

Commit fb101eb

Browse files
release: 0.1.0
1 parent 5371baf commit fb101eb

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
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.1.0-alpha.2"
2+
".": "0.1.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.1.0 (2025-05-09)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0](https://github.com/G-Core/gcore-python/compare/v0.1.0-alpha.2...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** aggregated API specs update ([cec6475](https://github.com/G-Core/gcore-python/commit/cec6475d84b2d4e1472fd8cd55516ee1996afb9c))
10+
11+
12+
### Chores
13+
14+
* **internal:** avoid errors for isinstance checks on proxies ([898a7a8](https://github.com/G-Core/gcore-python/commit/898a7a894783e8a539aba481d8c2e38cba81552b))
15+
16+
17+
### Documentation
18+
19+
* remove or fix invalid readme examples ([ec85d9f](https://github.com/G-Core/gcore-python/commit/ec85d9f27446b2d496842d67058a049733d55627))
20+
321
## 0.1.0-alpha.2 (2025-05-06)
422

523
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/G-Core/gcore-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found on [api.gcore.com](https://api.gcore.com
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre gcore
19+
pip install gcore
2020
```
2121

2222
## Usage

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.1.0-alpha.2"
3+
version = "0.1.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.1.0-alpha.2" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)