Skip to content

Commit 032c6a3

Browse files
committed
chore(rust): Release 0.14.2
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 8410fba commit 032c6a3

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.2] - 2024-11-11
6+
57
### Changed
68

79
- Bump MSRV to `1.70`.
@@ -400,7 +402,8 @@
400402

401403
- Initial public release
402404

403-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...HEAD
405+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...HEAD
406+
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.1...rust-v0.14.2
404407
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...rust-v0.14.1
405408
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...rust-v0.14.0
406409
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...rust-v0.13.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.1"
3+
version = "0.14.2"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)