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.6.1] - 2020-12-07
6
+
5
7
### Fixed
6
8
7
9
- Compatibility with the new ` cssparser ` crate version.
117
119
118
120
- Initial public release
119
121
120
- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.6.0...HEAD
122
+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.6.1...HEAD
123
+ [ 0.6.1 ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.6.0...rust-v0.6.1
121
124
[ 0.6.0 ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.5.0...rust-v0.6.0
122
125
[ 0.5.0 ] : https://github.com/Stranger6667/css-inline/compare/rust-v0.4.0...rust-v0.5.0
123
126
[ 0.4.0 ] : https://github.com/Stranger6667/css-inline/compare/0.3.3...rust-v0.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
authors = [
" Dmitry Dygalo <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ ci] ( https://github.com/Stranger6667/css-inline/workflows/ci/badge.svg )] ( https://github.com/Stranger6667/css-inline/actions )
4
4
[ ![ Crates.io] ( https://img.shields.io/crates/v/css-inline.svg )] ( https://crates.io/crates/css-inline )
5
- [ ![ docs.rs] ( https://docs.rs/css-inline/badge.svg?version=0.6.0 )] ( https://docs.rs/css-inline/0.6.0 /css_inline/ )
5
+ [ ![ docs.rs] ( https://docs.rs/css-inline/badge.svg?version=0.6.1 )] ( https://docs.rs/css-inline/0.6.1 /css_inline/ )
6
6
[ ![ gitter] ( https://img.shields.io/gitter/room/Stranger6667/css-inline.svg )] ( https://gitter.im/Stranger6667/css-inline )
7
7
8
8
A crate for inlining CSS into HTML documents. When you send HTML emails, you need to use "style" attributes instead of "style" tags.
You can’t perform that action at this time.
0 commit comments