Skip to content

Commit 9b2e7d9

Browse files
release: 0.6.1 (#27)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 187451d commit 9b2e7d9

5 files changed

Lines changed: 8 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.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

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

3+
## 0.6.1 (2026-07-30)
4+
5+
Full Changelog: [v0.6.0...v0.6.1](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.6.0...v0.6.1)
6+
37
## 0.6.0 (2026-07-29)
48

59
Full Changelog: [v0.5.7...v0.6.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.5.7...v0.6.0)

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.6.0)
14+
x-twitter-scraper (0.6.1)
1515
base64
1616
cgi
1717
connection_pool

README.md

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

3737
```ruby
38-
gem "x-twitter-scraper", "~> 0.6.0"
38+
gem "x-twitter-scraper", "~> 0.6.1"
3939
```
4040

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

lib/x_twitter_scraper/version.rb

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

77
module XTwitterScraper
8-
VERSION = "0.6.0"
8+
VERSION = "0.6.1"
99
end

0 commit comments

Comments
 (0)