Skip to content

Commit c09bf3b

Browse files
committed
chore(rust): Release 0.14.4
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 3f6b419 commit c09bf3b

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.4] - 2024-12-27
6+
57
### Changed
68

79
- Bump MSRV to `1.71.1`.
@@ -412,7 +414,8 @@
412414

413415
- Initial public release
414416

415-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.3...HEAD
417+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.4...HEAD
418+
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.3...rust-v0.14.4
416419
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...rust-v0.14.3
417420
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...rust-v0.14.2
418421
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...rust-v0.14.1

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.3"
3+
version = "0.14.4"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)