diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a7792fb..b9781c02 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0-alpha.57" + ".": "0.2.0-alpha.58" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bda2c38d..f790a36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.2.0-alpha.58 (2025-04-24) + +Full Changelog: [v0.2.0-alpha.57...v0.2.0-alpha.58](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.57...v0.2.0-alpha.58) + +### Features + +* **api:** api update ([dc2b7e5](https://github.com/openlayer-ai/openlayer-python/commit/dc2b7e51dbd22bb0f990f1d67a6ff58b103811af)) +* **api:** expose test retrieval endpoint ([0bb2160](https://github.com/openlayer-ai/openlayer-python/commit/0bb2160a1079e8d9892a7977da8851ca41cd3f71)) + ## 0.2.0-alpha.57 (2025-04-24) Full Changelog: [v0.2.0-alpha.56...v0.2.0-alpha.57](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.56...v0.2.0-alpha.57) diff --git a/pyproject.toml b/pyproject.toml index 5ac4f3b0..0a4ff541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.2.0-alpha.57" +version = "0.2.0-alpha.58" description = "The official Python library for the openlayer API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/openlayer/_version.py b/src/openlayer/_version.py index 8402de5f..4477fdd8 100644 --- a/src/openlayer/_version.py +++ b/src/openlayer/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "openlayer" -__version__ = "0.2.0-alpha.57" # x-release-please-version +__version__ = "0.2.0-alpha.58" # x-release-please-version