Skip to content

Commit c6f520a

Browse files
committed
chore(ruby): Release 0.16.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 30afb46 commit c6f520a

File tree

6 files changed

+126
-81
lines changed

6 files changed

+126
-81
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.16.0] - 2025-07-16
6+
57
### Changed
68

79
- Update `selectors` to `0.30`.
@@ -209,7 +211,8 @@
209211

210212
- Initial public release
211213

212-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.2...HEAD
214+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.16.0...HEAD
215+
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.2...ruby-v0.16.0
213216
[0.15.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.1...ruby-v0.15.2
214217
[0.15.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.0...ruby-v0.15.1
215218
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.3...ruby-v0.15.0

bindings/ruby/Cargo.lock

Lines changed: 59 additions & 38 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.15.2)
4+
css_inline (0.16.0)
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.15.2"
5+
spec.version = "0.16.0"
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.

0 commit comments

Comments
 (0)