Skip to content

Commit 6afde47

Browse files
committed
chore(rust): Release 0.10.1
1 parent 84d528e commit 6afde47

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.1] - 2023-06-18
6+
57
### Performance
68

79
- Use a simpler way for HTML tree traversal.
@@ -261,7 +263,8 @@
261263

262264
- Initial public release
263265

264-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.0...HEAD
266+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.1...HEAD
267+
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.0...rust-v0.10.1
265268
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.9.0...rust-v0.10.0
266269
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.5...rust-v0.9.0
267270
[0.8.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.4...rust-v0.8.5

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

0 commit comments

Comments
 (0)