Skip to content

Commit a7b6229

Browse files
committed
chore(rust): Release 0.14.5
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 8afc124 commit a7b6229

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.14.5] - 2025-06-16
6+
57
### Performance
68

79
- Slightly improve performance of HTML serialization.
@@ -419,7 +421,8 @@
419421

420422
- Initial public release
421423

422-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.4...HEAD
424+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.5...HEAD
425+
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.4...rust-v0.14.5
423426
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.3...rust-v0.14.4
424427
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...rust-v0.14.3
425428
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...rust-v0.14.2

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

0 commit comments

Comments
 (0)