Skip to content

Commit 93f6761

Browse files
committed
chore: Rust release 0.7.0
1 parent 10c64dc commit 93f6761

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.7.0] - 2021-06-09
6+
57
### Fixed
68

79
- Ignored selectors specificity. [#108](https://github.com/Stranger6667/css-inline/issues/108)
@@ -123,7 +125,8 @@
123125

124126
- Initial public release
125127

126-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.6.1...HEAD
128+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.0...HEAD
129+
[0.7.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.6.1...rust-v0.7.0
127130
[0.6.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.6.0...rust-v0.6.1
128131
[0.6.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.5.0...rust-v0.6.0
129132
[0.5.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.4.0...rust-v0.5.0

README.md

Lines changed: 2 additions & 2 deletions
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.1)](https://docs.rs/css-inline/0.6.1/css_inline/)
5+
[![docs.rs](https://docs.rs/css-inline/badge.svg?version=0.7.0)](https://docs.rs/css-inline/0.7.0/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.
@@ -35,7 +35,7 @@ Will be turned into this:
3535
To use it in your project add the following line to your `dependencies` section in the project's `Cargo.toml` file:
3636

3737
```toml
38-
css-inline = "0.6"
38+
css-inline = "0.7"
3939
```
4040

4141
## Usage

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

0 commit comments

Comments
 (0)