File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.14.0] - 2024-04-01
6
+
5
7
### Added
6
8
7
9
- External stylesheet caching. [ #314 ] ( https://github.com/Stranger6667/css-inline/issues/314 )
135
137
136
138
- Initial public release
137
139
138
- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.13.0...HEAD
140
+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...HEAD
141
+ [ 0.14.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.13.0...ruby-v0.14.0
139
142
[ 0.13.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.12.0...ruby-v0.13.0
140
143
[ 0.12.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.2...ruby-v0.12.0
141
144
[ 0.11.2 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.1...ruby-v0.11.2
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- css_inline (0.13 .0 )
4
+ css_inline (0.14 .0 )
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.13 .0"
5
+ spec . version = "0.14 .0"
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.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline-ruby"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .0"
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