File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.14.2] - 2024-11-11
6
+
5
7
### Changed
6
8
7
9
- Update ` magnus ` to ` 0.7 ` .
152
154
153
155
- Initial public release
154
156
155
- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...HEAD
157
+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.2...HEAD
158
+ [ 0.14.2 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...ruby-v0.14.2
156
159
[ 0.14.1 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...ruby-v0.14.1
157
160
[ 0.14.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.13.0...ruby-v0.14.0
158
161
[ 0.13.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.12.0...ruby-v0.13.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- css_inline (0.14.1 )
4
+ css_inline (0.14.2 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "css_inline"
5
- spec . version = "0.14.1 "
5
+ spec . version = "0.14.2 "
6
6
spec . summary = "High-performance library for inlining CSS into HTML 'style' attributes"
7
7
spec . description = <<-EOF
8
8
`css_inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
"source_code_uri" => "https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby" ,
22
22
}
23
23
24
- spec . requirements = [ "Rust >= 1.65 " ]
24
+ spec . requirements = [ "Rust >= 1.70 " ]
25
25
spec . required_ruby_version = ">= 2.7.0"
26
26
spec . required_rubygems_version = ">= 3.3.26"
27
27
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline-ruby"
3
- version = " 0.14.1 "
3
+ version = " 0.14.2 "
4
4
authors = [
" Dmitry Dygalo <[email protected] >" ]
5
5
edition = " 2021"
6
6
readme = " README.rdoc"
You can’t perform that action at this time.
0 commit comments