Skip to content

Commit fabb4b8

Browse files
committed
chore(rust): Release 0.11.0
1 parent 3702bd5 commit fabb4b8

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.11.0] - 2023-09-26
6+
57
### Added
68

79
- The `inline_style_tags` option to control whether inlining from "style" tags should be performed. [#253](https://github.com/Stranger6667/css-inline/issues/253)
@@ -318,7 +320,8 @@
318320

319321
- Initial public release
320322

321-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.5...HEAD
323+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.0...HEAD
324+
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.5...rust-v0.11.0
322325
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.4...rust-v0.10.5
323326
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.3...rust-v0.10.4
324327
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.2...rust-v0.10.3

README.md

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

4848
```toml
4949
[dependencies]
50-
css-inline = "0.10"
50+
css-inline = "0.11"
5151
```
5252

5353
The Minimum Supported Rust Version is 1.63.

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

0 commit comments

Comments
 (0)