Skip to content

Commit f23ee25

Browse files
committed
chore(rust): Release 0.17.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 234dc28 commit f23ee25

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
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.17.0] - 2025-07-26
6+
57
### Added
68

79
- `keep_at_rules` option to keep all "at-rules" (ones starting with `@`) inside a "style" element. [#265](https://github.com/Stranger6667/css-inline/issues/265)
@@ -462,7 +464,8 @@
462464

463465
- Initial public release
464466

465-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.16.0...HEAD
467+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.17.0...HEAD
468+
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.16.0...rust-v0.17.0
466469
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.15.0...rust-v0.16.0
467470
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.5...rust-v0.15.0
468471
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.4...rust-v0.14.5

README.md

Lines changed: 6 additions & 6 deletions
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.16"
57+
css-inline = "0.17"
5858
```
5959

6060
The Minimum Supported Rust Version is 1.75.
@@ -253,12 +253,12 @@ Caching is disabled by default.
253253

254254
`css-inline` typically inlines HTML emails within hundreds of microseconds, though results may vary with input complexity.
255255

256-
Benchmarks for `css-inline==0.16.0`:
256+
Benchmarks for `css-inline==0.17.0`:
257257

258-
- Basic: **4.14 µs**, 230 bytes
259-
- Realistic-1: **82.08 µs**, 8.58 KB
260-
- Realistic-2: **57.69 µs**, 4.3 KB
261-
- GitHub page: **142.30 ms**, 1.81 MB
258+
- Basic: **4.10 µs**, 230 bytes
259+
- Realistic-1: **84.30 µs**, 8.58 KB
260+
- Realistic-2: **57.31 µs**, 4.3 KB
261+
- GitHub page: **135.06 ms**, 1.81 MB
262262

263263
These benchmarks, conducted using `rustc 1.87` on Ryzen 9 9950X, can be found in `css-inline/benches/inliner.rs`.
264264

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

0 commit comments

Comments
 (0)