Skip to content

Commit a65ae16

Browse files
committed
chore(ruby): Release 0.10.5
1 parent 1c0598a commit a65ae16

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.10.5] - 2023-08-30
6+
57
### Performance
68

79
- Pre-allocate space during serialization.
@@ -62,7 +64,8 @@
6264

6365
- Initial public release
6466

65-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.4...HEAD
67+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.5...HEAD
68+
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.4...ruby-v0.10.5
6669
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.3...ruby-v0.10.4
6770
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.2...ruby-v0.10.3
6871
[0.10.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.1...ruby-v0.10.2

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.4)
4+
css_inline (0.10.5)
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.4"
5+
spec.version = "0.10.5"
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.4"
3+
version = "0.10.5"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.rdoc"

0 commit comments

Comments
 (0)