Skip to content

Commit ae26ba5

Browse files
committed
chore(php): Release 0.21.0
1 parent 38efc05 commit ae26ba5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

bindings/php/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.21.0] - 2026-06-16
6+
57
### Changed
68

79
- Update `selectors` to `0.38`.
@@ -55,7 +57,8 @@
5557

5658
- Initial public release
5759

58-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/php-v0.20.2...HEAD
60+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/php-v0.21.0...HEAD
61+
[0.21.0]: https://github.com/Stranger6667/css-inline/compare/php-v0.20.2...php-v0.21.0
5962
[0.20.2]: https://github.com/Stranger6667/css-inline/compare/php-v0.20.1...php-v0.20.2
6063
[0.20.1]: https://github.com/Stranger6667/css-inline/compare/php-v0.20.0...php-v0.20.1
6164
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/php-v0.19.1...php-v0.20.0

bindings/php/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.2"
3+
version = "0.21.0"
44
edition = "2024"
55
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
66

bindings/php/stubs/css_inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Library version.
99
*/
10-
const VERSION = '0.20.2';
10+
const VERSION = '0.21.0';
1111

1212
/**
1313
* Inline CSS from a style tag into matching elements.

0 commit comments

Comments
 (0)