Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 115
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-af60c455e2c8579c3d7f0e33c07c0b8332aa3fe8869688c47b2fbf151e271235.yml
openapi_spec_hash: a49d40286e54da6a4978a103b118d33f
config_hash: cec075ca53645b9620ec200be71bdc48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-3b2c6c771ad1da0bbfeb0af115972929ed2c7fcd5e47a79556d66cd21431b224.yml
openapi_spec_hash: de2890233b68387bf5f9b6d19e7d87dc
config_hash: 8894c96caeb6df84c9394518810221bd
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.2.0 (2026-04-01)

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

### Features

* **api:** api update ([c92310f](https://github.com/Xquik-dev/x-twitter-scraper-cli/commit/c92310f443f869ecf343b9f470ef38bbb5b3b4ca))


### Chores

* update SDK settings ([1f68d8e](https://github.com/Xquik-dev/x-twitter-scraper-cli/commit/1f68d8e5a490ef84be5e50f612e06cb6d780150c))
* update SDK settings ([ae4c4da](https://github.com/Xquik-dev/x-twitter-scraper-cli/commit/ae4c4dadc4371af61306bc35ce86857676f3e348))

## 0.1.0 (2026-03-30)

Full Changelog: [v0.0.1...v0.1.0](https://github.com/Xquik-dev/x-twitter-scraper-cli/compare/v0.0.1...v0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.1.0" // x-release-please-version
const Version = "0.2.0" // x-release-please-version
Loading