Skip to content

Commit 5dd4739

Browse files
committed
chore(rust): Release 0.10.5
1 parent 57f0810 commit 5dd4739

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.10.5] - 2023-08-30
6+
57
### Performance
68

79
- Pre-allocate space during serialization.
@@ -304,7 +306,8 @@
304306

305307
- Initial public release
306308

307-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.4...HEAD
309+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.5...HEAD
310+
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.4...rust-v0.10.5
308311
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.3...rust-v0.10.4
309312
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.2...rust-v0.10.3
310313
[0.10.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.1...rust-v0.10.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fn main() -> Result<(), css_inline::InlineError> {
139139

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

142-
Benchmarks for `css-inline==0.10.4`:
142+
Benchmarks for `css-inline==0.10.5`:
143143

144144
- Basic: **6.40 µs**, 230 bytes
145145
- Realistic-1: **140.19 µ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.10.4"
3+
version = "0.10.5"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)