Skip to content

Commit 2a243ae

Browse files
committed
chore(ruby): Release 0.20.1
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 24f8ee9 commit 2a243ae

File tree

6 files changed

+26
-23
lines changed

6 files changed

+26
-23
lines changed

bindings/ruby/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.20.1] - 2026-03-26
6+
57
### Changed
68

79
- Update `html5ever` to `0.39`.
@@ -284,7 +286,8 @@
284286

285287
- Initial public release
286288

287-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.20.0...HEAD
289+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.20.1...HEAD
290+
[0.20.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.20.0...ruby-v0.20.1
288291
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.19.1...ruby-v0.20.0
289292
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.19.0...ruby-v0.19.1
290293
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.18.0...ruby-v0.19.0

bindings/ruby/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
css_inline (0.20.0)
4+
css_inline (0.20.1)
55
rb_sys (~> 0.9.116)
66

77
GEM

bindings/ruby/css_inline.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "css_inline"
5-
spec.version = "0.20.0"
5+
spec.version = "0.20.1"
66
spec.summary = "High-performance library for inlining CSS into HTML 'style' attributes"
77
spec.description = <<-EOF
88
`css_inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.

bindings/ruby/ext/css_inline/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/ruby/ext/css_inline/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-ruby"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2024"
66
readme = "README.rdoc"
@@ -20,6 +20,6 @@ magnus = "0.8"
2020
rayon = "1"
2121

2222
[dependencies.css-inline]
23-
version = "0.20.0"
23+
version = "0.20.1"
2424
default-features = false
2525
features = ["http", "file", "stylesheet-cache"]

0 commit comments

Comments
 (0)