File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- css_inline (0.17 .0 )
4+ css_inline (0.18 .0 )
55 rb_sys (~> 0.9.116 )
66
77GEM
Original file line number Diff line number Diff line change 22
33Gem ::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.
You can’t perform that action at this time.
0 commit comments