From 039e2e7f39b20092655576e2dd242bf9ac797ea8 Mon Sep 17 00:00:00 2001 From: Josh Flayhart Date: Wed, 20 May 2026 20:37:59 -0500 Subject: [PATCH] release: 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/linq/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb1..f7014c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7dbd3ef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.11.0](https://github.com/linq-team/linq-python/compare/v0.10.0...v0.11.0) (2026-05-21) + + +### Features + +* regenerate SDKs from updated API spec ([#19](https://github.com/linq-team/linq-python/issues/19)) ([ad26bab](https://github.com/linq-team/linq-python/commit/ad26bab88097b50122c5642113a30b831b512b33)) diff --git a/pyproject.toml b/pyproject.toml index 629f0ac..f9027ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.10.0" +version = "0.11.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 a861904..778929f 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.10.0" # x-release-please-version +__version__ = "0.11.0" # x-release-please-version