From 6209f61681ae46c71eb70f0e62bb861b0c61e115 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:55:39 +0000 Subject: [PATCH] release: 0.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/x_twitter_scraper/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 804bc4c..4d09eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.2 (2026-08-11) + +Full Changelog: [v0.7.1...v0.7.2](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.7.1...v0.7.2) + +### Chores + +* **deps:** bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.3 ([#33](https://github.com/Xquik-dev/x-twitter-scraper-ruby/issues/33)) ([c0a1466](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/c0a1466169e6ee705fc47cdfafed0937ce33a910)) + ## 0.7.1 (2026-08-03) Full Changelog: [v0.7.0...v0.7.1](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.7.0...v0.7.1) diff --git a/Gemfile.lock b/Gemfile.lock index 552bba0..d1bbb71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - x-twitter-scraper (0.7.1) + x-twitter-scraper (0.7.2) base64 cgi connection_pool diff --git a/README.md b/README.md index 57a147d..8c05a2f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add the gem to your `Gemfile`: ```ruby -gem "x-twitter-scraper", "~> 0.7.1" +gem "x-twitter-scraper", "~> 0.7.2" ``` diff --git a/lib/x_twitter_scraper/version.rb b/lib/x_twitter_scraper/version.rb index c836524..8bff684 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.7.1" + VERSION = "0.7.2" end