File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.20.1] - 2026-03-26
6+
57### Changed
68
79- Update ` html5ever ` to ` 0.39 ` .
3840
3941- Initial public release
4042
41- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/php-v0.20.0...HEAD
43+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/php-v0.20.1...HEAD
44+ [ 0.20.1 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.20.0...php-v0.20.1
4245[ 0.20.0 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.19.1...php-v0.20.0
4346[ 0.19.1 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.19.0...php-v0.19.1
Original file line number Diff line number Diff line change 11[package ]
22name = " css_inline"
3- version = " 0.20.0 "
3+ version = " 0.20.1 "
44edition = " 2024"
55authors = [" Dmitry Dygalo <dmitry@dygalo.dev>" ]
66
Original file line number Diff line number Diff line change 77/**
88 * Library version.
99 */
10- const VERSION = '0.20.0 ' ;
10+ const VERSION = '0.20.1 ' ;
1111
1212/**
1313 * Inline CSS from a style tag into matching elements.
You can’t perform that action at this time.
0 commit comments