Skip to content

Commit c6e2be7

Browse files
release: 0.1.0
1 parent fbca0c1 commit c6e2be7

5 files changed

Lines changed: 20 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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-30)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([772ffdd](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/772ffdd682ee96f94334441b9fc5b1e109559993))
10+
* **api:** api update ([bce31f2](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/bce31f2f5ed3a264a7047afc6ca7a64db6ab89ca))
11+
* **api:** api update ([5447472](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/5447472f851835b211ec00905aad03e1400a0992))
12+
13+
14+
### Chores
15+
16+
* update SDK settings ([8aec940](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/8aec9408a6db6ec1ca72357e6102d8b85534fc41))

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
1717
<!-- x-release-please-start-version -->
1818

1919
```ruby
20-
gem "x-twitter-scraper", "~> 0.0.1"
20+
gem "x-twitter-scraper", "~> 0.1.0"
2121
```
2222

2323
<!-- 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.0.1"
4+
VERSION = "0.1.0"
55
end

0 commit comments

Comments
 (0)