Skip to content

Commit f4ddd9c

Browse files
release: 0.2.0
1 parent 95e398f commit f4ddd9c

3 files changed

Lines changed: 16 additions & 2 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2026-04-01)
4+
5+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.1.0...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([62f8c00](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/62f8c00e41a54c4d9e88ea3a639f702e91823216))
10+
* **api:** api update ([a6e753f](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/a6e753f715d4642778f9472c691ad0c5d66b87d0))
11+
12+
13+
### Chores
14+
15+
* update SDK settings ([95e398f](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/95e398f39c8cbceb628d10895bd01330dca557bb))
16+
317
## 0.1.0 (2026-03-30)
418

519
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.0.1...v0.1.0)

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace XTwitterScraper;
66

77
// x-release-please-start-version
8-
const VERSION = '0.1.0';
8+
const VERSION = '0.2.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)