Skip to content

Commit

Permalink
chore(ruby): Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Sep 26, 2023
1 parent fc6d556 commit fd3f22f
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.11.0] - 2023-09-26

### Added

- The `inline_style_tags` option to control whether inlining from "style" tags should be performed. [#253](https://github.com/Stranger6667/css-inline/issues/253)
Expand Down Expand Up @@ -76,7 +78,8 @@

- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.5...HEAD
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.0...HEAD
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.5...ruby-v0.11.0
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.4...ruby-v0.10.5
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.3...ruby-v0.10.4
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.2...ruby-v0.10.3
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.10.5)
css_inline (0.11.0)

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.10.5"
spec.version = "0.11.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.
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.10.5"
version = "0.11.0"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
readme = "README.rdoc"
Expand Down

0 comments on commit fd3f22f

Please sign in to comment.