Skip to content

Commit fd3f22f

Browse files
committed
chore(ruby): Release 0.11.0
1 parent fc6d556 commit fd3f22f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

bindings/ruby/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.11.0] - 2023-09-26
6+
57
### Added
68

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

7779
- Initial public release
7880

79-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.5...HEAD
81+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.11.0...HEAD
82+
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.5...ruby-v0.11.0
8083
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.4...ruby-v0.10.5
8184
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.3...ruby-v0.10.4
8285
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.2...ruby-v0.10.3

bindings/ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
css_inline (0.10.5)
4+
css_inline (0.11.0)
55

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

bindings/ruby/css_inline.gemspec

Lines changed: 1 addition & 1 deletion
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.10.5"
5+
spec.version = "0.11.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

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

0 commit comments

Comments
 (0)