diff --git a/CHANGELOG.md b/CHANGELOG.md index 392e1e6..45e25e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.14.2] - 2024-11-11 + ### Changed - Bump MSRV to `1.70`. @@ -400,7 +402,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...HEAD +[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 [0.13.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...rust-v0.13.0 diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index a47d94b..e460bf6 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline" -version = "0.14.1" +version = "0.14.2" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"