Skip to content

Commit ff520b7

Browse files
release: 0.8.0-alpha.1
1 parent 2e4bf09 commit ff520b7

4 files changed

Lines changed: 22 additions & 3 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: 1 addition & 1 deletion
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"

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)