Skip to content

Commit

Permalink
chore(ruby): Release 0.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Apr 27, 2024
1 parent 6fa72ec commit ad5d5ad
Show file tree
Hide file tree
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
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.14.1] - 2024-04-27

### Fixed

- Precedence of element styles over other styles. [#364](https://github.com/Stranger6667/css-inline/issues/364)
Expand Down Expand Up @@ -141,7 +143,8 @@

- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...HEAD
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...HEAD
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...ruby-v0.14.1
[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
Expand Down
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.14.0)
css_inline (0.14.1)

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

Gem::Specification.new do |spec|
spec.name = "css_inline"
spec.version = "0.14.0"
spec.version = "0.14.1"
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.
Expand Down
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.14.0"
version = "0.14.1"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
readme = "README.rdoc"
Expand Down

0 comments on commit ad5d5ad

Please sign in to comment.