Skip to content

Commit cd1b44a

Browse files
committed
chore(rust): Release 0.14.3
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c8fe0af commit cd1b44a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.14.3] - 2024-11-14
6+
57
### Fixed
68

79
- Prioritize `!important` rules when computing element styles. [#398](https://github.com/Stranger6667/css-inline/pull/398)
@@ -406,7 +408,8 @@
406408

407409
- Initial public release
408410

409-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...HEAD
411+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.3...HEAD
412+
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...rust-v0.14.3
410413
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...rust-v0.14.2
411414
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...rust-v0.14.1
412415
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...rust-v0.14.0

css-inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)