Skip to content

Commit 43a0a08

Browse files
release: 0.6.1
1 parent f8d425d commit 43a0a08

4 files changed

Lines changed: 13 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.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

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

3+
## 0.6.1 (2026-07-28)
4+
5+
Full Changelog: [v0.6.0...v0.6.1](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.6.0...v0.6.1)
6+
7+
### Chores
8+
9+
* **deps:** bump google/clusterfuzzlite/actions/build_fuzzers ([#26](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/26)) ([579f53a](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/579f53a63f327d7f38167ebfc1e1771e7ed77f2f))
10+
* **deps:** bump google/clusterfuzzlite/actions/run_fuzzers ([#25](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/25)) ([846c5ff](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/846c5ffd557a950265176758310b1a57d1e77871))
11+
* **deps:** bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 ([#27](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/27)) ([f8d425d](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/f8d425d49a4813c7e1a427a302fc1f22a479300d))
12+
313
## 0.6.0 (2026-07-24)
414

515
Full Changelog: [v0.5.2...v0.6.0](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.5.2...v0.6.0)

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.6.0"
3+
version = "0.6.1"
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.6.0" # x-release-please-version
8+
__version__ = "0.6.1" # x-release-please-version

0 commit comments

Comments
 (0)