From 9293f643d5ee2d0e32e77ccae5f2bc3b23726ea4 Mon Sep 17 00:00:00 2001 From: openlayer-service-user Date: Wed, 9 Sep 2026 18:09:25 -0300 Subject: [PATCH 1/2] release: 0.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- src/openlayer/_version.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf7b1f4c..f04d0896 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.3" + ".": "0.32.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ac3f02..7ccfe0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.32.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.31.3...v0.32.0) (2026-09-09) + + +### Features + +* **examples:** add Microsoft Agent Framework tracing example ([#667](https://github.com/openlayer-ai/openlayer-python/issues/667)) ([3ba4592](https://github.com/openlayer-ai/openlayer-python/commit/3ba4592fd684c7a3d91c11fe08d7ade2112b32d5)) +* initial stlc build ([d66bfcf](https://github.com/openlayer-ai/openlayer-python/commit/d66bfcfb11aed362a3b5ea9c583d101db0e565ad)) +* **stlc:** add stlc workspace and CI automation ([ed90004](https://github.com/openlayer-ai/openlayer-python/commit/ed900047d74336d3cc66f0e9f240a70139e57140)) + + +### Chores + +* **ci:** point stlc workflows at openlayer-ai ([f67de79](https://github.com/openlayer-ai/openlayer-python/commit/f67de79156abc3f0b80b2c61e5a96695762a2809)) +* merge production main into the staging trunk (bring [#667](https://github.com/openlayer-ai/openlayer-python/issues/667) into the integrated line) ([cf3fe11](https://github.com/openlayer-ai/openlayer-python/commit/cf3fe11650434c3d2fee6d331d734335781751f2)) + ## 0.31.3 (2026-08-20) Full Changelog: [v0.31.2...v0.31.3](https://github.com/openlayer-ai/openlayer-python/compare/v0.31.2...v0.31.3) diff --git a/pyproject.toml b/pyproject.toml index 516f8988..4990f3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.31.3" +version = "0.32.0" 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 ee561d3f..34e5ca28 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.31.3" # x-release-please-version +__version__ = "0.32.0" # x-release-please-version From f8bc8d439d4887a783c73e8d8e5394d4988dab99 Mon Sep 17 00:00:00 2001 From: Vinicius Mello Date: Wed, 9 Sep 2026 18:09:55 -0300 Subject: [PATCH 2/2] chore(main): trim changelog to user-facing changes --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccfe0ba..75ee42a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.32.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.31.3...v0.32.0) (2026-09-09) - ### Features * **examples:** add Microsoft Agent Framework tracing example ([#667](https://github.com/openlayer-ai/openlayer-python/issues/667)) ([3ba4592](https://github.com/openlayer-ai/openlayer-python/commit/3ba4592fd684c7a3d91c11fe08d7ade2112b32d5)) -* initial stlc build ([d66bfcf](https://github.com/openlayer-ai/openlayer-python/commit/d66bfcfb11aed362a3b5ea9c583d101db0e565ad)) -* **stlc:** add stlc workspace and CI automation ([ed90004](https://github.com/openlayer-ai/openlayer-python/commit/ed900047d74336d3cc66f0e9f240a70139e57140)) - - -### Chores - -* **ci:** point stlc workflows at openlayer-ai ([f67de79](https://github.com/openlayer-ai/openlayer-python/commit/f67de79156abc3f0b80b2c61e5a96695762a2809)) -* merge production main into the staging trunk (bring [#667](https://github.com/openlayer-ai/openlayer-python/issues/667) into the integrated line) ([cf3fe11](https://github.com/openlayer-ai/openlayer-python/commit/cf3fe11650434c3d2fee6d331d734335781751f2)) ## 0.31.3 (2026-08-20)