Skip to content

Commit 120d452

Browse files
stainless-app[bot]kriptoburak
andauthored
release: 0.11.0 (#46)
* feat(api): sync public contracts * release: 0.11.0 * fix: sync release lock version --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent 47451b9 commit 120d452

19 files changed

Lines changed: 487 additions & 38 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.1"
2+
".": "0.11.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 124
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-d5ea5609c8180c1340dd312fcb526d52953040de479617d4755673705d7c1334.yml
3-
openapi_spec_hash: 9b5ddbbd9ca6b21d24051d6b7cec9123
4-
config_hash: 217d68ca6999ad03cfc4922e9658297e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-878138bbf57021047ac2af87a490a147b1d41367ee7807cc188d3247cc4b255d.yml
3+
openapi_spec_hash: 1f50b417a17776f9f361f34552879e64
4+
config_hash: a4624963c7e5bdbdf085e64f3101d3b0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.11.0 (2026-08-12)
4+
5+
Full Changelog: [v0.10.1...v0.11.0](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.10.1...v0.11.0)
6+
7+
### Features
8+
9+
* **api:** sync public contracts ([184f599](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/184f599c3f27391cdeb1f3657abb79f42509c809))
10+
311
## 0.10.1 (2026-08-11)
412

513
Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.10.0...v0.10.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "x_twitter_scraper"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
description = "Python library for the Xquik API. Not affiliated with X Corp."
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/x_twitter_scraper/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
66

77
__title__ = "x_twitter_scraper"
8-
__version__ = "0.10.1" # x-release-please-version
8+
__version__ = "0.11.0" # x-release-please-version

0 commit comments

Comments
 (0)