From a00d2f422a2a1af0b39708dab86984e64e5e28a2 Mon Sep 17 00:00:00 2001 From: Josh Flayhart Date: Tue, 4 Aug 2026 23:09:02 -0500 Subject: [PATCH] release: 0.20.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 96dfab3..0c2ecec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.1" + ".": "0.20.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1ea15..67f3391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/linq-team/linq-python/compare/v0.19.1...v0.20.0) (2026-08-05) + + +### Features + +* add blocked handles api for message filtering ([c46f165](https://github.com/linq-team/linq-python/commit/c46f16571295c9eb3b56b0d1f55d109f430d1de2)) + ## [0.19.1](https://github.com/linq-team/linq-python/compare/v0.19.0...v0.19.1) (2026-08-04) diff --git a/pyproject.toml b/pyproject.toml index c518459..750eb13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.19.1" +version = "0.20.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 73f864a..9931ff7 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.19.1" # x-release-please-version +__version__ = "0.20.0" # x-release-please-version