Skip to content

Commit 9136235

Browse files
release: 0.2.0 (#2)
* feat(api): api update * codegen metadata * codegen metadata * codegen metadata * chore: update SDK settings * codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * chore: update SDK settings * codegen metadata * codegen metadata * release: 0.2.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 5070f24 commit 9136235

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

.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
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 115
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-af60c455e2c8579c3d7f0e33c07c0b8332aa3fe8869688c47b2fbf151e271235.yml
3-
openapi_spec_hash: a49d40286e54da6a4978a103b118d33f
4-
config_hash: cec075ca53645b9620ec200be71bdc48
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-3b2c6c771ad1da0bbfeb0af115972929ed2c7fcd5e47a79556d66cd21431b224.yml
3+
openapi_spec_hash: de2890233b68387bf5f9b6d19e7d87dc
4+
config_hash: 8894c96caeb6df84c9394518810221bd

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-cli/compare/v0.1.0...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([c92310f](https://github.com/Xquik-dev/x-twitter-scraper-cli/commit/c92310f443f869ecf343b9f470ef38bbb5b3b4ca))
10+
11+
12+
### Chores
13+
14+
* update SDK settings ([1f68d8e](https://github.com/Xquik-dev/x-twitter-scraper-cli/commit/1f68d8e5a490ef84be5e50f612e06cb6d780150c))
15+
* update SDK settings ([ae4c4da](https://github.com/Xquik-dev/x-twitter-scraper-cli/commit/ae4c4dadc4371af61306bc35ce86857676f3e348))
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-cli/compare/v0.0.1...v0.1.0)

pkg/cmd/version.go

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

33
package cmd
44

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

0 commit comments

Comments
 (0)