Skip to content

Commit dd25767

Browse files
committed
chore(rust): Release 0.9.0
1 parent 93038f6 commit dd25767

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.9.0] - 2023-06-10
6+
57
### Fixed
68

79
- Serialize all HTML attributes without escaping. [#184](https://github.com/Stranger6667/css-inline/issues/184)
@@ -235,7 +237,8 @@
235237

236238
- Initial public release
237239

238-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.5...HEAD
240+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.9.0...HEAD
241+
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.5...rust-v0.9.0
239242
[0.8.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.4...rust-v0.8.5
240243
[0.8.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.3...rust-v0.8.4
241244
[0.8.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.2...rust-v0.8.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Will be turned into this:
3838
To use it in your project add the following line to your `dependencies` section in the project's `Cargo.toml` file:
3939

4040
```toml
41-
css-inline = "0.8"
41+
css-inline = "0.9"
4242
```
4343

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

0 commit comments

Comments
 (0)