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.9.0"
".": "0.9.1"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 124
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-f688ec225c65653bb6ba3f51fe643fc69e329fa93cdc13117060d56de13823cc.yml
openapi_spec_hash: 4ad185ef874409f7cd359beed23f448f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-d5ea5609c8180c1340dd312fcb526d52953040de479617d4755673705d7c1334.yml
openapi_spec_hash: 9b5ddbbd9ca6b21d24051d6b7cec9123
config_hash: 217d68ca6999ad03cfc4922e9658297e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.9.1 (2026-08-11)

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

### Features

* **api:** api update ([287b467](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/287b46763e0eb97c1f9f1b8ba61aabe77e2f70c3))

## 0.9.0 (2026-08-11)

Full Changelog: [v0.8.0...v0.9.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.8.0...v0.9.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
x-twitter-scraper (0.9.0)
x-twitter-scraper (0.9.1)
base64
cgi
connection_pool
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the gem to your `Gemfile`:
<!-- x-release-please-start-version -->

```ruby
gem "x-twitter-scraper", "~> 0.9.0"
gem "x-twitter-scraper", "~> 0.9.1"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/x_twitter_scraper/resources/guest_wallets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GuestWallets
#
# Create a one-use hosted checkout after the user confirms $10-$250 USD. The
# request creates no charge. It returns a paid-read API key without an Xquik
# account. Replays return the same key.
# account. Idempotent replays return the same key.
#
# @overload create(amount_minor:, idempotency_key:, currency: :usd, request_options: {})
#
Expand Down
2 changes: 1 addition & 1 deletion lib/x_twitter_scraper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# frozen_string_literal: true

module XTwitterScraper
VERSION = "0.9.0"
VERSION = "0.9.1"
end
2 changes: 1 addition & 1 deletion rbi/x_twitter_scraper/resources/guest_wallets.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module XTwitterScraper
class GuestWallets
# Create a one-use hosted checkout after the user confirms $10-$250 USD. The
# request creates no charge. It returns a paid-read API key without an Xquik
# account. Replays return the same key.
# account. Idempotent replays return the same key.
sig do
params(
amount_minor: Integer,
Expand Down