Skip to content

Commit 6c3a0c9

Browse files
committed
chore(rust): Release 0.19.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 266bb5f commit 6c3a0c9

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.19.0] - 2025-12-29
6+
57
### Added
68

79
- `InlineOptions::remove_inlined_selectors` option to remove selectors that were successfully inlined from `<style>` blocks.
@@ -494,7 +496,8 @@
494496

495497
- Initial public release
496498

497-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.18.0...HEAD
499+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.19.0...HEAD
500+
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.18.0...rust-v0.19.0
498501
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.17.0...rust-v0.18.0
499502
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.16.0...rust-v0.17.0
500503
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.15.0...rust-v0.16.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.18"
57+
css-inline = "0.19"
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.18.0"
3+
version = "0.19.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)