From 4f1d9f1bfbb7b8e5f03b675068591d212ddf7c67 Mon Sep 17 00:00:00 2001 From: Josh Flayhart Date: Sun, 26 Jul 2026 14:51:09 -0700 Subject: [PATCH] release: 0.18.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/linq/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6db19b9..4ad3fef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0" + ".": "0.18.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e561d9b..ffdc6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/linq-team/linq-python/compare/v0.17.0...v0.18.0) (2026-07-26) + + +### Features + +* regenerate SDKs from updated API spec ([#40](https://github.com/linq-team/linq-python/issues/40)) ([4072b73](https://github.com/linq-team/linq-python/commit/4072b739b5b806b207c0e24ac1cce389524a87dd)) + ## [0.17.0](https://github.com/linq-team/linq-python/compare/v0.16.0...v0.17.0) (2026-07-26) diff --git a/pyproject.toml b/pyproject.toml index b58581c..e75d358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.17.0" +version = "0.18.0" description = "The official Python library for the linq-api-v3 API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/linq/_version.py b/src/linq/_version.py index 8d35980..5f9a439 100644 --- a/src/linq/_version.py +++ b/src/linq/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "linq" -__version__ = "0.17.0" # x-release-please-version +__version__ = "0.18.0" # x-release-please-version