Skip to content

Commit 69c68eb

Browse files
committed
chore(rust): Release 0.14.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 12e8b84 commit 69c68eb

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.1] - 2024-04-27
6+
57
### Fixed
68

79
- Precedence of element styles over other styles. [#364](https://github.com/Stranger6667/css-inline/issues/364)
@@ -390,7 +392,8 @@
390392

391393
- Initial public release
392394

393-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...HEAD
395+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...HEAD
396+
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...rust-v0.14.1
394397
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...rust-v0.14.0
395398
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...rust-v0.13.0
396399
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.2...rust-v0.12.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.0"
3+
version = "0.14.1"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)