Skip to content

Commit fd9493b

Browse files
committed
chore(rust): Release 0.20.2
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent adb3e7b commit fd9493b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.20.2] - 2026-04-02
6+
57
### Fixed
68

79
- `inline_fragment` silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (`<html>`, `<head>`, `<body>`, `<style>`). [#692](https://github.com/Stranger6667/css-inline/issues/692) [#693](https://github.com/Stranger6667/css-inline/issues/693)
@@ -534,7 +536,8 @@
534536

535537
- Initial public release
536538

537-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.1...HEAD
539+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.2...HEAD
540+
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.1...rust-v0.20.2
538541
[0.20.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.0...rust-v0.20.1
539542
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.19.1...rust-v0.20.0
540543
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.19.0...rust-v0.19.1

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"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)