Skip to content

Commit befd96b

Browse files
release: 0.5.0
1 parent b433f8d commit befd96b

5 files changed

Lines changed: 34 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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## 0.5.0 (2026-07-21)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.4.0...v0.5.0)
6+
7+
### Features
8+
9+
* **api:** propagate durable write actions ([b959adc](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/b959adc349d87f75be1dfb858c92479c637588d8))
10+
* **api:** propagate production write-action contract ([b433f8d](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/b433f8d824bcb1ca60592d21d9f90b8baa79878a))
11+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([9ad8d7c](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/9ad8d7c87cdd91232cf5ba76a5f5022d43cb7348))
12+
13+
14+
### Bug Fixes
15+
16+
* **client:** elide content type header on requests without body ([b0186db](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/b0186db54e9074f563ae6528506fbd12d607d607))
17+
18+
19+
### Chores
20+
21+
* add FUNDING.yml pointing to xquik.com ([d3d1aa3](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/d3d1aa31d475daeffcf5404622807d54d903e740))
22+
* add Ruby gem license metadata ([c8f4f22](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/c8f4f22d6991a9f4a3784c9cfaf9bb193cf476a8))
23+
* bound Ruby runtime dependencies ([efd14bb](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/efd14bb5e1659b37ad5ba84c3ccd176cae90dbf9))
24+
* improve Ruby gem metadata ([163704e](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/163704efe4f31c50de445a26356fa2c37e56e952))
25+
* sync repo ([e34eb97](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/e34eb97fd5050d959d843a1e2f4d1b924f29b142))
26+
27+
28+
### Documentation
29+
30+
* add Contributor Covenant 2.1 Code of Conduct ([#2192](https://github.com/Xquik-dev/x-twitter-scraper-ruby/issues/2192)) ([5b4ae3b](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/5b4ae3b58be2b73daa612d4fcf612418d9d65b07))
31+
* add DeepWiki badge ([f330302](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/f3303021da383a75fbb0bd1a7aecf2519bb68ddc))
32+
333
## 0.4.0 (2026-04-22)
434

535
Full Changelog: [v0.3.0...v0.4.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.3.0...v0.4.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.4.0)
14+
x-twitter-scraper (0.5.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.4.0"
20+
gem "x-twitter-scraper", "~> 0.5.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.4.0"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)