Skip to content

Commit 6c821ce

Browse files
committed
chore(rust): Release 0.15.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 45b5420 commit 6c821ce

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.15.0] - 2025-06-17
6+
57
### Changed
68

79
- Update `cssparser` to `0.35`.
@@ -427,7 +429,8 @@
427429

428430
- Initial public release
429431

430-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.5...HEAD
432+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.15.0...HEAD
433+
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.5...rust-v0.15.0
431434
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.4...rust-v0.14.5
432435
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.3...rust-v0.14.4
433436
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.2...rust-v0.14.3

README.md

Lines changed: 2 additions & 2 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.14"
57+
css-inline = "0.15"
5858
```
5959

6060
The Minimum Supported Rust Version is 1.71.1.
@@ -238,7 +238,7 @@ Caching is disabled by default.
238238

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

241-
Benchmarks for `css-inline==0.14.1`:
241+
Benchmarks for `css-inline==0.15.0`:
242242

243243
- Basic: **4.31 µs**, 230 bytes
244244
- Realistic-1: **85.18 µs**, 8.58 KB

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

0 commit comments

Comments
 (0)