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