From fbce7ca28fd5a013126533dc95535f202aa1de1b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:31:50 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 09980137..2b09528b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,3 +1,3 @@ configured_endpoints: 18 -openapi_spec_hash: 4f09f95fd31c148d1be80b7e643346ce +openapi_spec_hash: 20f058101a252f7500803d66aff58eb3 config_hash: 30422a4611d93ca69e4f1aff60b9ddb5 From 34e42f052836683beead9d488078fdc58ad04230 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:32:13 +0000 Subject: [PATCH 2/2] release: 0.2.0-alpha.60 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/openlayer/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c1c6163c..39e98787 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0-alpha.59" + ".": "0.2.0-alpha.60" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c558de1..72e6d93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.60 (2025-04-25) + +Full Changelog: [v0.2.0-alpha.59...v0.2.0-alpha.60](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.59...v0.2.0-alpha.60) + +### Features + +* **api:** api update ([fbce7ca](https://github.com/openlayer-ai/openlayer-python/commit/fbce7ca28fd5a013126533dc95535f202aa1de1b)) + ## 0.2.0-alpha.59 (2025-04-25) Full Changelog: [v0.2.0-alpha.58...v0.2.0-alpha.59](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.58...v0.2.0-alpha.59) diff --git a/pyproject.toml b/pyproject.toml index 96057cc9..329aebc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.2.0-alpha.59" +version = "0.2.0-alpha.60" 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 329ceb20..7826373b 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.59" # x-release-please-version +__version__ = "0.2.0-alpha.60" # x-release-please-version