File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.9.0] - 2023-06-10
6
+
5
7
### Fixed
6
8
7
9
- Serialize all HTML attributes without escaping. [ #184 ] ( https://github.com/Stranger6667/css-inline/issues/184 )
235
237
236
238
- Initial public release
237
239
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
239
242
[ 0.8.5 ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.8.4...rust-v0.8.5
240
243
[ 0.8.4 ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.8.3...rust-v0.8.4
241
244
[ 0.8.3 ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.8.2...rust-v0.8.3
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Will be turned into this:
38
38
To use it in your project add the following line to your ` dependencies ` section in the project's ` Cargo.toml ` file:
39
39
40
40
``` toml
41
- css-inline = " 0.8 "
41
+ css-inline = " 0.9 "
42
42
```
43
43
44
44
Minimum Supported Rust Version is 1.60.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline"
3
- version = " 0.8.5 "
3
+ version = " 0.9.0 "
4
4
authors = [
" Dmitry Dygalo <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments