Skip to content

Commit a75b005

Browse files
release: 0.3.0
1 parent 882193f commit a75b005

4 files changed

Lines changed: 23 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## 0.3.0 (2026-04-08)
4+
5+
Full Changelog: [v0.2.0...v0.3.0](https://github.com/Xquik-dev/x-twitter-scraper-go/compare/v0.2.0...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** api update ([bc5f66c](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/bc5f66c0ea5d0757a20dbf7a53db2fabeb867735))
10+
* **api:** api update ([4d74a83](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/4d74a83c6125f9f97113fc2a1f9ec85147ff6c79))
11+
* **api:** api update ([b9d3ddc](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/b9d3ddca43cad5e4372046c0c0d45369369fcea6))
12+
* **api:** api update ([e404a12](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/e404a12b5a488c542ca38f5dae167d53793d0196))
13+
* **api:** api update ([4950584](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/4950584aeaeb08cb95b0ebdc082e892852b9db09))
14+
* **api:** api update ([5a54946](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/5a549469eaef079514a4a3560f65925c04fea137))
15+
* **api:** api update ([7e5b55c](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/7e5b55c9b5d823c5e76e1068d0b3805abc3791f9))
16+
* **api:** api update ([6e635f2](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/6e635f2ee3944937be7685ab54bb4f54e4c5c975))
17+
18+
19+
### Chores
20+
21+
* update SDK settings ([4111b6c](https://github.com/Xquik-dev/x-twitter-scraper-go/commit/4111b6c98cedb4d318ba84109fe3c9213cf5661b))
22+
323
## 0.2.0 (2026-04-01)
424

525
Full Changelog: [v0.1.0...v0.2.0](https://github.com/Xquik-dev/x-twitter-scraper-go/compare/v0.1.0...v0.2.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/Xquik-dev/x-twitter-scraper-go@v0.2.0'
31+
go get -u 'github.com/Xquik-dev/x-twitter-scraper-go@v0.3.0'
3232
```
3333

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

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.2.0" // x-release-please-version
5+
const PackageVersion = "0.3.0" // x-release-please-version

0 commit comments

Comments
 (0)