Skip to content

Commit c89bced

Browse files
committed
chore: Rust release 0.6.1
1 parent 51c7236 commit c89bced

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.6.1] - 2020-12-07
6+
57
### Fixed
68

79
- Compatibility with the new `cssparser` crate version.
@@ -117,7 +119,8 @@
117119

118120
- Initial public release
119121

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
121124
[0.6.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.5.0...rust-v0.6.0
122125
[0.5.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.4.0...rust-v0.5.0
123126
[0.4.0]: https://github.com/Stranger6667/css-inline/compare/0.3.3...rust-v0.4.0

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![ci](https://github.com/Stranger6667/css-inline/workflows/ci/badge.svg)](https://github.com/Stranger6667/css-inline/actions)
44
[![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/)
66
[![gitter](https://img.shields.io/gitter/room/Stranger6667/css-inline.svg)](https://gitter.im/Stranger6667/css-inline)
77

88
A crate for inlining CSS into HTML documents. When you send HTML emails, you need to use "style" attributes instead of "style" tags.

0 commit comments

Comments
 (0)