From ab693f9dc54c7371b6338c118cd5aeae97e088c1 Mon Sep 17 00:00:00 2001 From: Josh Flayhart Date: Tue, 4 Aug 2026 12:10:06 -0500 Subject: [PATCH] release: 0.19.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/linq/_version.py | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ad3fef..e756293 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.19.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdc6fc..19bbf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.19.0](https://github.com/linq-team/linq-python/compare/v0.18.0...v0.19.0) (2026-08-04) + + +### Features + +* add action field to message content for app experiences ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* add agentcard payment provider api ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* add exclude_from parameter to control line selection ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* add reconciled_at field to message objects ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* support url-type fields in message action parameters ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) + + +### Bug Fixes + +* clarify contact card creation and update behavior ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* clarify idempotency key behavior with deleted messages ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* clarify message.failed webhook delivery behavior ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) +* clarify opt-out keyword matching requirements for chat health ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87)) + ## [0.18.0](https://github.com/linq-team/linq-python/compare/v0.17.0...v0.18.0) (2026-07-26) diff --git a/pyproject.toml b/pyproject.toml index e75d358..0650924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.18.0" +version = "0.19.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 5f9a439..3681f6a 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.18.0" # x-release-please-version +__version__ = "0.19.0" # x-release-please-version