Skip to content

Commit b9c5ef8

Browse files
release: 0.8.0-alpha.1 (#340)
Automated Release PR --- ## 0.8.0-alpha.1 (2026-05-01) Full Changelog: [v0.7.2-alpha.4...v0.8.0-alpha.1](v0.7.2-alpha.4...v0.8.0-alpha.1) ### Features * **cli:** wire up ogx-client CLI entrypoint ([#341](#341)) ([d67b7f3](d67b7f3)) ### Bug Fixes * restore deps, ignores, and lazy lib init after rename ([#339](#339)) ([b36f998](b36f998)) ### Chores * drop Meta licensing (hook + headers) ([#342](#342)) ([7a863d3](7a863d3)) * **internal:** reformat pyproject.toml ([2e4bf09](2e4bf09)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 81516c6 commit b9c5ef8

4 files changed

Lines changed: 23 additions & 4 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.7.2-alpha.4"
2+
".": "0.8.0-alpha.1"
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.8.0-alpha.1 (2026-05-01)
4+
5+
Full Changelog: [v0.7.2-alpha.4...v0.8.0-alpha.1](https://github.com/ogx-ai/ogx-client-python/compare/v0.7.2-alpha.4...v0.8.0-alpha.1)
6+
7+
### Features
8+
9+
* **cli:** wire up ogx-client CLI entrypoint ([#341](https://github.com/ogx-ai/ogx-client-python/issues/341)) ([d67b7f3](https://github.com/ogx-ai/ogx-client-python/commit/d67b7f3e549a1641fec20552dad30cce784efa4c))
10+
11+
12+
### Bug Fixes
13+
14+
* restore deps, ignores, and lazy lib init after rename ([#339](https://github.com/ogx-ai/ogx-client-python/issues/339)) ([b36f998](https://github.com/ogx-ai/ogx-client-python/commit/b36f998197f814284a8341d928fee69ef1aa99d5))
15+
16+
17+
### Chores
18+
19+
* drop Meta licensing (hook + headers) ([#342](https://github.com/ogx-ai/ogx-client-python/issues/342)) ([7a863d3](https://github.com/ogx-ai/ogx-client-python/commit/7a863d386fc58e29548b93cb9133f84efae627f9))
20+
* **internal:** reformat pyproject.toml ([2e4bf09](https://github.com/ogx-ai/ogx-client-python/commit/2e4bf0999dd5fc2ffbc571f36e6849c44ff1ec4f))
21+
322
## 0.7.2-alpha.4 (2026-04-30)
423

524
Full Changelog: [v0.7.0-alpha.2...v0.7.2-alpha.4](https://github.com/ogx-ai/ogx-client-python/compare/v0.7.0-alpha.2...v0.7.2-alpha.4)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ogx_client"
3-
version = "0.7.2-alpha.4"
3+
version = "0.8.0-alpha.1"
44
description = "The official Python library for the ogx-client API"
55
dynamic = ["readme"]
66
license = "MIT"
@@ -166,7 +166,7 @@ show_error_codes = true
166166
#
167167
# We also exclude our `tests` as mypy doesn't always infer
168168
# types correctly and Pyright will still catch any type errors.
169-
exclude = ['src/ogx_client/_files.py', '_dev/.*.py', 'tests/.*']
169+
exclude = ["src/ogx_client/_files.py", "_dev/.*.py", "tests/.*"]
170170

171171
strict_equality = true
172172
implicit_reexport = true

src/ogx_client/_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__ = "ogx_client"
4-
__version__ = "0.7.2-alpha.4" # x-release-please-version
4+
__version__ = "0.8.0-alpha.1" # x-release-please-version

0 commit comments

Comments
 (0)