diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1c614..657149d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d09eee..5d88486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.3 (2026-08-11) + +Full Changelog: [v0.7.2...v0.7.3](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.7.2...v0.7.3) + +### Chores + +* **deps-dev:** bump rubocop from 1.88.2 to 1.89.0 ([#41](https://github.com/Xquik-dev/x-twitter-scraper-ruby/issues/41)) ([9b7fa8f](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/9b7fa8fd6415bd088cd3cf0ca3af3c8c6f1ff5bb)) + ## 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) diff --git a/Gemfile.lock b/Gemfile.lock index a0f6d74..1d418e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - x-twitter-scraper (0.7.2) + x-twitter-scraper (0.7.3) base64 cgi connection_pool diff --git a/README.md b/README.md index 8c05a2f..907e627 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add the gem to your `Gemfile`: ```ruby -gem "x-twitter-scraper", "~> 0.7.2" +gem "x-twitter-scraper", "~> 0.7.3" ``` diff --git a/lib/x_twitter_scraper/version.rb b/lib/x_twitter_scraper/version.rb index 8bff684..69f088a 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.2" + VERSION = "0.7.3" end