File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.2 .0"
2+ "." : " 0.3 .0"
33}
Original file line number Diff line number Diff line change 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
525Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/Xquik-dev/x-twitter-scraper-go/compare/v0.1.0...v0.2.0 )
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.2 .0" // x-release-please-version
5+ const PackageVersion = "0.3 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments