diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/.stats.yml b/.stats.yml index 7f3e8c1..61f7c4d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 124 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-f688ec225c65653bb6ba3f51fe643fc69e329fa93cdc13117060d56de13823cc.yml -openapi_spec_hash: 4ad185ef874409f7cd359beed23f448f +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-d5ea5609c8180c1340dd312fcb526d52953040de479617d4755673705d7c1334.yml +openapi_spec_hash: 9b5ddbbd9ca6b21d24051d6b7cec9123 config_hash: 217d68ca6999ad03cfc4922e9658297e diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d1e50..8077a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1 (2026-08-11) + +Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.10.0...v0.10.1) + +### Features + +* **api:** api update ([1fead25](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/1fead25d1da63f3f26dd08e75aba089ac487ace4)) + ## 0.10.0 (2026-08-11) Full Changelog: [v0.9.0...v0.10.0](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.9.0...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index aef167a..fad2862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "x_twitter_scraper" -version = "0.10.0" +version = "0.10.1" description = "Python library for the Xquik API. Not affiliated with X Corp." dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/x_twitter_scraper/_version.py b/src/x_twitter_scraper/_version.py index 42b7aaf..9365429 100644 --- a/src/x_twitter_scraper/_version.py +++ b/src/x_twitter_scraper/_version.py @@ -5,4 +5,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "x_twitter_scraper" -__version__ = "0.10.0" # x-release-please-version +__version__ = "0.10.1" # x-release-please-version diff --git a/src/x_twitter_scraper/resources/guest_wallets.py b/src/x_twitter_scraper/resources/guest_wallets.py index e8b88ee..945359a 100644 --- a/src/x_twitter_scraper/resources/guest_wallets.py +++ b/src/x_twitter_scraper/resources/guest_wallets.py @@ -68,7 +68,7 @@ def create( The request creates no charge. It returns a paid-read API key without an Xquik - account. Replays return the same key. + account. Idempotent replays return the same key. Args: amount_minor: USD cents accepted for this checkout. @@ -218,7 +218,7 @@ async def create( The request creates no charge. It returns a paid-read API key without an Xquik - account. Replays return the same key. + account. Idempotent replays return the same key. Args: amount_minor: USD cents accepted for this checkout. diff --git a/uv.lock b/uv.lock index ac29757..adad3f3 100644 --- a/uv.lock +++ b/uv.lock @@ -1571,7 +1571,7 @@ wheels = [ [[package]] name = "x-twitter-scraper" -version = "0.10.0" +version = "0.10.1" source = { editable = "." } dependencies = [ { name = "anyio" },