Skip to content

Commit

Permalink
chore(ruby): Release 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
Stranger6667 committed Apr 1, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Stranger6667 Dmitry Dygalo
1 parent 662dcf0 commit a4d8260
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion bindings/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## [Unreleased]

## [0.14.0] - 2024-04-01

### Added

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

- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.13.0...HEAD
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...HEAD
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.13.0...ruby-v0.14.0
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.12.0...ruby-v0.13.0
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.2...ruby-v0.12.0
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.1...ruby-v0.11.2
2 changes: 1 addition & 1 deletion bindings/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
css_inline (0.13.0)
css_inline (0.14.0)

GEM
remote: https://rubygems.org/
2 changes: 1 addition & 1 deletion bindings/ruby/css_inline.gemspec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "css_inline"
spec.version = "0.13.0"
spec.version = "0.14.0"
spec.summary = "High-performance library for inlining CSS into HTML 'style' attributes"
spec.description = <<-EOF
`css_inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
2 changes: 1 addition & 1 deletion bindings/ruby/ext/css_inline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-inline-ruby"
version = "0.13.0"
version = "0.14.0"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
readme = "README.rdoc"

0 comments on commit a4d8260

Please sign in to comment.