diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1206f4..ae11ed3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.4" + ".": "0.10.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbefb3..2879d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.5 (2026-08-24) + +Full Changelog: [v0.10.4...v0.10.5](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.10.4...v0.10.5) + +### Documentation + +* enforce source LOC reduction ([#56](https://github.com/Xquik-dev/x-twitter-scraper-ruby/issues/56)) ([cb523a7](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/cb523a773b5f78273a673082ce75a51f9f0ad05b)) + ## 0.10.4 (2026-08-21) Full Changelog: [v0.10.3...v0.10.4](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.10.3...v0.10.4) diff --git a/Gemfile.lock b/Gemfile.lock index 91f768b..1f75d08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - x-twitter-scraper (0.10.4) + x-twitter-scraper (0.10.5) base64 cgi connection_pool diff --git a/README.md b/README.md index 108b9d3..27d25b0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add the gem to your `Gemfile`: ```ruby -gem "x-twitter-scraper", "~> 0.10.4" +gem "x-twitter-scraper", "~> 0.10.5" ``` diff --git a/lib/x_twitter_scraper/version.rb b/lib/x_twitter_scraper/version.rb index 5376a3b..84f23e1 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.10.4" + VERSION = "0.10.5" end