File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.11.2] - 2023-12-09
6+
57### Performance
68
79- Avoid iterating over non-Element nodes.
100102
101103- Initial public release
102104
103- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.1...HEAD
105+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.2...HEAD
106+ [ 0.11.2 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.1...ruby-v0.11.2
104107[ 0.11.1 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.0...ruby-v0.11.1
105108[ 0.11.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.5...ruby-v0.11.0
106109[ 0.10.5 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.4...ruby-v0.10.5
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- css_inline (0.11.1 )
4+ css_inline (0.11.2 )
55
66GEM
77 remote: https://rubygems.org/
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.11.1 "
5+ spec . version = "0.11.2 "
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.
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-ruby"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44authors = [" Dmitry Dygalo <dmitry@dygalo.dev>" ]
55edition = " 2021"
66readme = " README.rdoc"
You can’t perform that action at this time.
0 commit comments