Skip to content

Commit a4d8260

Browse files
committed
chore(ruby): Release 0.14.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 662dcf0 commit a4d8260

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

bindings/ruby/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.14.0] - 2024-04-01
6+
57
### Added
68

79
- External stylesheet caching. [#314](https://github.com/Stranger6667/css-inline/issues/314)
@@ -135,7 +137,8 @@
135137

136138
- Initial public release
137139

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
139142
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.12.0...ruby-v0.13.0
140143
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.2...ruby-v0.12.0
141144
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.1...ruby-v0.11.2

bindings/ruby/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
css_inline (0.13.0)
4+
css_inline (0.14.0)
55

66
GEM
77
remote: https://rubygems.org/

bindings/ruby/css_inline.gemspec

+1-1
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.13.0"
5+
spec.version = "0.14.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.

bindings/ruby/ext/css_inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-ruby"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.rdoc"

0 commit comments

Comments
 (0)