From c5239f132bcfa53a166c82ace867057bc83da8a7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:27:41 +0000 Subject: [PATCH 1/2] release: 0.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/x_twitter_scraper/_version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index adea3fc..27ee6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.8.1 (2026-08-11) + +Full Changelog: [v0.8.0...v0.8.1](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.8.0...v0.8.1) + +### Chores + +* **deps:** bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.6 ([#35](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/35)) ([d5909c0](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/d5909c0c19439d56c82de4257c3935304a0fb534)) +* **deps:** bump ossf/scorecard-action from 2.4.3 to 2.4.4 ([#37](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/37)) ([e985625](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/e985625b02fe0aa011cbd718de6f6f0665926804)) +* **deps:** bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 ([#42](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/42)) ([0f33a5e](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/0f33a5e9488c363e47942f4e35aeebd72c979f46)) + ## 0.8.0 (2026-07-31) Full Changelog: [v0.7.0...v0.8.0](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.7.0...v0.8.0) diff --git a/pyproject.toml b/pyproject.toml index d02b7d4..05cf4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "x_twitter_scraper" -version = "0.8.0" +version = "0.8.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 9a452bb..a286438 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.8.0" # x-release-please-version +__version__ = "0.8.1" # x-release-please-version From 7edd09cb1aedea03197073261e817b04643b33f4 Mon Sep 17 00:00:00 2001 From: Xquik Date: Tue, 11 Aug 2026 18:33:57 +0300 Subject: [PATCH 2/2] build: synchronize release lock metadata --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 296ee4c..b5eaaf3 100644 --- a/uv.lock +++ b/uv.lock @@ -1571,7 +1571,7 @@ wheels = [ [[package]] name = "x-twitter-scraper" -version = "0.8.0" +version = "0.8.1" source = { editable = "." } dependencies = [ { name = "anyio" },