Skip to content

Commit b33cd30

Browse files
release: 0.9.0
1 parent 9d3b4f0 commit b33cd30

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.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.8.1"
2+
".": "0.9.0"
33
}

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.9.0 (2026-08-11)
4+
5+
Full Changelog: [v0.8.1...v0.9.0](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.8.1...v0.9.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6001ecb](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/6001ecbc6504d11d83fbebe0a3cffd83713e71bd))
10+
311
## 0.8.1 (2026-08-11)
412

513
Full Changelog: [v0.8.0...v0.8.1](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.8.0...v0.8.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.8.1"
3+
version = "0.9.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.8.1" # x-release-please-version
8+
__version__ = "0.9.0" # x-release-please-version

0 commit comments

Comments
 (0)