Skip to content

Commit 392c0d2

Browse files
committed
chore(rust): Release 0.20.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent fb56972 commit 392c0d2

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.0] - 2026-02-07
6+
57
### Added
68

79
- `InlineOptions::apply_width_attributes` and `InlineOptions::apply_height_attributes` options to add dimension HTML attributes from CSS properties on supported elements (`table`, `td`, `th`, `img`). [#652](https://github.com/Stranger6667/css-inline/issues/652)
@@ -516,7 +518,8 @@
516518

517519
- Initial public release
518520

519-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.19.1...HEAD
521+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.20.0...HEAD
522+
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.19.1...rust-v0.20.0
520523
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.19.0...rust-v0.19.1
521524
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.18.0...rust-v0.19.0
522525
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.17.0...rust-v0.18.0

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

0 commit comments

Comments
 (0)