Skip to content

Commit 64086a9

Browse files
release: 0.5.3 (#14)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 8a81835 commit 64086a9

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.2"
2+
".": "0.5.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.5.3 (2026-07-22)
4+
5+
Full Changelog: [v0.5.2...v0.5.3](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.5.2...v0.5.3)
6+
7+
### Bug Fixes
8+
9+
* keep built gem for publication verification ([#13](https://github.com/Xquik-dev/x-twitter-scraper-ruby/issues/13)) ([8a81835](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/8a81835e81fc4e0ff87dc060fe703172ed1e7cd7))
10+
311
## 0.5.2 (2026-07-22)
412

513
Full Changelog: [v0.5.1...v0.5.2](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.5.1...v0.5.2)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
x-twitter-scraper (0.5.2)
14+
x-twitter-scraper (0.5.3)
1515
base64
1616
cgi
1717
connection_pool

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add the gem to your `Gemfile`:
1313
<!-- x-release-please-start-version -->
1414

1515
```ruby
16-
gem "x-twitter-scraper", "~> 0.5.2"
16+
gem "x-twitter-scraper", "~> 0.5.3"
1717
```
1818

1919
<!-- x-release-please-end -->

lib/x_twitter_scraper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module XTwitterScraper
4-
VERSION = "0.5.2"
4+
VERSION = "0.5.3"
55
end

0 commit comments

Comments
 (0)