Skip to content

Commit b3b1a66

Browse files
committed
chore(rust): Release 0.18.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 40b8fe0 commit b3b1a66

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.18.0] - 2025-11-01
6+
57
### Added
68

79
- `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12)
@@ -473,7 +475,8 @@
473475

474476
- Initial public release
475477

476-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.17.0...HEAD
478+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.18.0...HEAD
479+
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.17.0...rust-v0.18.0
477480
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.16.0...rust-v0.17.0
478481
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.15.0...rust-v0.16.0
479482
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.5...rust-v0.15.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To include it in your project, add the following line to the dependencies sectio
5454

5555
```toml
5656
[dependencies]
57-
css-inline = "0.17"
57+
css-inline = "0.18"
5858
```
5959

6060
The Minimum Supported Rust Version is 1.80.

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)