We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f236745 commit 5aed60bCopy full SHA for 5aed60b
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.2.0"
+ ".": "0.3.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.3.0 (2026-04-01)
4
+
5
+Full Changelog: [v0.2.0...v0.3.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.2.0...v0.3.0)
6
7
+### Features
8
9
+* **api:** api update ([f236745](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/f2367453aa8f6982522697df842e60e4b95f7ff1))
10
11
## 0.2.0 (2026-04-01)
12
13
Full Changelog: [v0.1.0...v0.2.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.1.0...v0.2.0)
src/Version.php
@@ -5,5 +5,5 @@
namespace XTwitterScraper;
// x-release-please-start-version
-const VERSION = '0.2.0';
+const VERSION = '0.3.0';
// x-release-please-end
0 commit comments