Skip to content

Commit f1a554c

Browse files
committed
chore(ruby): Release 0.18.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 40b9cf3 commit f1a554c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.18.0] - 2025-11-01
6+
57
### Added
68

79
- `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12)
@@ -233,7 +235,8 @@
233235

234236
- Initial public release
235237

236-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.17.0...HEAD
238+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.18.0...HEAD
239+
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.17.0...ruby-v0.18.0
237240
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.16.0...ruby-v0.17.0
238241
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.2...ruby-v0.16.0
239242
[0.15.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.1...ruby-v0.15.2

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.17.0)
4+
css_inline (0.18.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.17.0"
5+
spec.version = "0.18.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)