From 09c2b4e4da48599cc164f92ad9d72d7874624678 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:30:59 +0000 Subject: [PATCH] release: 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- README.md | 2 +- lib/x_twitter_scraper/version.rb | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ba870..804bc4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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) + ## 0.7.0 (2026-07-31) Full Changelog: [v0.6.1...v0.7.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.6.1...v0.7.0) diff --git a/Gemfile.lock b/Gemfile.lock index 3968097..f787470 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - x-twitter-scraper (0.7.0) + x-twitter-scraper (0.7.1) base64 cgi connection_pool diff --git a/README.md b/README.md index b0bde5c..57a147d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add the gem to your `Gemfile`: ```ruby -gem "x-twitter-scraper", "~> 0.7.0" +gem "x-twitter-scraper", "~> 0.7.1" ``` diff --git a/lib/x_twitter_scraper/version.rb b/lib/x_twitter_scraper/version.rb index 51969bc..c836524 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.0" + VERSION = "0.7.1" end