Skip to content

Commit 2a7cd5d

Browse files
release: 0.10.1
1 parent 1bc9d4d commit 2a7cd5d

4 files changed

Lines changed: 12 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.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

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

3+
## 0.10.1 (2026-08-11)
4+
5+
Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.10.0...v0.10.1)
6+
7+
### Chores
8+
9+
* **deps-dev:** bump guzzlehttp/guzzle from 8.0.0 to 8.0.1 ([#30](https://github.com/Xquik-dev/x-twitter-scraper-php/issues/30)) ([be15e33](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/be15e33e5245333ca4e38ac4bbd13fb55afa7afb))
10+
* **deps:** bump ossf/scorecard-action from 2.4.3 to 2.4.4 ([#27](https://github.com/Xquik-dev/x-twitter-scraper-php/issues/27)) ([1bc9d4d](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/1bc9d4d3e8b3a244ea998060a78bcc7a2d6cb212))
11+
312
## 0.10.0 (2026-07-31)
413

514
Full Changelog: [v0.9.0...v0.10.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.9.0...v0.10.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install the package from Packagist with Composer:
5454
<!-- x-release-please-start-version -->
5555

5656
```sh
57-
composer require xquik/x-twitter-scraper:^0.10.0
57+
composer require xquik/x-twitter-scraper:^0.10.1
5858
```
5959

6060
<!-- x-release-please-end -->

src/Version.php

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

1111
// x-release-please-start-version
12-
const VERSION = '0.10.0';
12+
const VERSION = '0.10.1';
1313
// x-release-please-end

0 commit comments

Comments
 (0)