diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e2bf49..2aca35a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 86e731a..259052d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 34 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/linq%2Flinq-api-v3-0fe30cdf449f22baad8404374d9bc484831e210d9ff09ffbd3bc8669029a868c.yml openapi_spec_hash: abf0ae319f3847e6e97c9241f4e2348f -config_hash: 87e879b68d2f8a0114e494090cb0382e +config_hash: 3ab31decde29ec61e02db7dcb5313f82 diff --git a/CHANGELOG.md b/CHANGELOG.md index a4374c3..fc7573b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.0 (2026-04-26) + +Full Changelog: [v0.4.1...v0.5.0](https://github.com/linq-team/linq-python/compare/v0.4.1...v0.5.0) + +### Features + +* **api:** update docs link ([1a8c502](https://github.com/linq-team/linq-python/commit/1a8c502a622035274cff32f279f5781b8a9bab0e)) + ## 0.4.1 (2026-04-25) Full Changelog: [v0.4.0...v0.4.1](https://github.com/linq-team/linq-python/compare/v0.4.0...v0.4.1) diff --git a/README.md b/README.md index 8b9de47..62c06c0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Use the Linq API V3 MCP Server to enable AI assistants to interact with this API ## Documentation -The REST API documentation can be found on [apidocs.linqapp.com](https://apidocs.linqapp.com). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [docs.linqapp.com](https://docs.linqapp.com). The full API of this library can be found in [api.md](api.md). ## Installation diff --git a/pyproject.toml b/pyproject.toml index eddd936..f384d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.4.1" +version = "0.5.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 16ca9ef..6a0d15d 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.4.1" # x-release-please-version +__version__ = "0.5.0" # x-release-please-version