diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ddcd3e..210ba3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.14.1] - 2024-04-27 + ### Fixed - Precedence of element styles over other styles. [#364](https://github.com/Stranger6667/css-inline/issues/364) @@ -390,7 +392,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...HEAD +[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 [0.13.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...rust-v0.13.0 [0.12.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.2...rust-v0.12.0 diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 23a5186..c910fc3 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline" -version = "0.14.0" +version = "0.14.1" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"