diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..b28fea9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/.stats.yml b/.stats.yml index 7f3e8c1..61f7c4d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff89cc..1b1a027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 52c8e83..eecd7ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - x-twitter-scraper (0.9.0) + x-twitter-scraper (0.9.1) base64 cgi connection_pool diff --git a/README.md b/README.md index 2cc2cf5..22258e7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add the gem to your `Gemfile`: ```ruby -gem "x-twitter-scraper", "~> 0.9.0" +gem "x-twitter-scraper", "~> 0.9.1" ``` diff --git a/lib/x_twitter_scraper/resources/guest_wallets.rb b/lib/x_twitter_scraper/resources/guest_wallets.rb index 06d40f3..17640c8 100644 --- a/lib/x_twitter_scraper/resources/guest_wallets.rb +++ b/lib/x_twitter_scraper/resources/guest_wallets.rb @@ -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: {}) # diff --git a/lib/x_twitter_scraper/version.rb b/lib/x_twitter_scraper/version.rb index aef04e0..7a8fd39 100644 --- a/lib/x_twitter_scraper/version.rb +++ b/lib/x_twitter_scraper/version.rb @@ -5,5 +5,5 @@ # frozen_string_literal: true module XTwitterScraper - VERSION = "0.9.0" + VERSION = "0.9.1" end diff --git a/rbi/x_twitter_scraper/resources/guest_wallets.rbi b/rbi/x_twitter_scraper/resources/guest_wallets.rbi index e8e8ed5..698be46 100644 --- a/rbi/x_twitter_scraper/resources/guest_wallets.rbi +++ b/rbi/x_twitter_scraper/resources/guest_wallets.rbi @@ -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,