Skip to content

Commit 6a78db6

Browse files
committed
chore(ruby): Release 0.15.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent d23443d commit 6a78db6

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

bindings/ruby/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.15.1] - 2025-06-21
6+
7+
### Fixed
8+
9+
- Packaging issue.
10+
511
## [0.15.0] - 2025-06-21
612

713
### Changed
@@ -178,7 +184,8 @@
178184

179185
- Initial public release
180186

181-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.0...HEAD
187+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.1...HEAD
188+
[0.15.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.0...ruby-v0.15.1
182189
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.3...ruby-v0.15.0
183190
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.2...ruby-v0.14.3
184191
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...ruby-v0.14.2

bindings/ruby/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.15.0)
4+
css_inline (0.15.1)
55

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

bindings/ruby/css_inline.gemspec

Lines changed: 2 additions & 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.15.0"
5+
spec.version = "0.15.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.
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
1919
"bug_tracker_uri" => "https://github.com/Stranger6667/css-inline/issues",
2020
"changelog_uri" => "https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby/CHANGELOG.md",
2121
"source_code_uri" => "https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby",
22+
"funding_uri" => "https://github.com/sponsors/Stranger6667/",
2223
}
2324

2425
spec.requirements = ["Rust >= 1.71.1"]

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.15.0"
3+
version = "0.15.1"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.rdoc"

0 commit comments

Comments
 (0)