Skip to content

Commit d52959e

Browse files
committed
chore(ruby): Release 0.10.1
1 parent 0e8f7c6 commit d52959e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.10.1] - 2023-06-18
6+
57
### Performance
68

79
- Use a simpler way for HTML tree traversal.
@@ -11,4 +13,5 @@
1113

1214
- Initial public release
1315

14-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.0...HEAD
16+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.1...HEAD
17+
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.0...ruby-v0.10.1

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.0)
4+
css_inline (0.10.1)
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.0"
5+
spec.version = "0.10.1"
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.

0 commit comments

Comments
 (0)