From cd1b44a9f06d56550a99c2504a43e8e159c95611 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 14 Nov 2024 08:15:03 +0100 Subject: [PATCH] chore(rust): Release 0.14.3 Signed-off-by: Dmitry Dygalo --- CHANGELOG.md | 5 ++++- css-inline/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b444ec4..0787ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.14.3] - 2024-11-14 + ### Fixed - Prioritize `!important` rules when computing element styles. [#398](https://github.com/Stranger6667/css-inline/pull/398) @@ -406,7 +408,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.3...HEAD +[0.14.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...rust-v0.14.3 [0.14.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...rust-v0.14.2 [0.14.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...rust-v0.14.1 [0.14.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...rust-v0.14.0 diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index e460bf6..505543d 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline" -version = "0.14.2" +version = "0.14.3" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"