Skip to content

Commit 2102e8d

Browse files
committed
chore(rust): Release 0.10.0
1 parent f90f7c6 commit 2102e8d

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.0] - 2023-06-16
6+
57
### Added
68

79
- `keep_link_tags` configuration option.
@@ -254,7 +256,8 @@
254256

255257
- Initial public release
256258

257-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.9.0...HEAD
259+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.0...HEAD
260+
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.9.0...rust-v0.10.0
258261
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.5...rust-v0.9.0
259262
[0.8.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.4...rust-v0.8.5
260263
[0.8.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.3...rust-v0.8.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To include it in your project, add the following line to the dependencies sectio
5050

5151
```toml
5252
[dependencies]
53-
css-inline = "0.9"
53+
css-inline = "0.10"
5454
```
5555

5656
The Minimum Supported Rust Version is 1.60.

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

0 commit comments

Comments
 (0)