diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f6a273d..62a18a80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2-alpha.4" + ".": "0.8.0-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b2f48d..b2ef8fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.8.0-alpha.1 (2026-05-01) + +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) + +### Features + +* **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)) + + +### Bug Fixes + +* 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)) + + +### Chores + +* 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)) +* **internal:** reformat pyproject.toml ([2e4bf09](https://github.com/ogx-ai/ogx-client-python/commit/2e4bf0999dd5fc2ffbc571f36e6849c44ff1ec4f)) + ## 0.7.2-alpha.4 (2026-04-30) 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) diff --git a/pyproject.toml b/pyproject.toml index bac56f4e..38f4db0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ogx_client" -version = "0.7.2-alpha.4" +version = "0.8.0-alpha.1" description = "The official Python library for the ogx-client API" dynamic = ["readme"] license = "MIT" @@ -166,7 +166,7 @@ show_error_codes = true # # We also exclude our `tests` as mypy doesn't always infer # types correctly and Pyright will still catch any type errors. -exclude = ['src/ogx_client/_files.py', '_dev/.*.py', 'tests/.*'] +exclude = ["src/ogx_client/_files.py", "_dev/.*.py", "tests/.*"] strict_equality = true implicit_reexport = true diff --git a/src/ogx_client/_version.py b/src/ogx_client/_version.py index c31eacdf..24f82404 100644 --- a/src/ogx_client/_version.py +++ b/src/ogx_client/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "ogx_client" -__version__ = "0.7.2-alpha.4" # x-release-please-version +__version__ = "0.8.0-alpha.1" # x-release-please-version