Skip to content

Commit f2246fd

Browse files
committed
chore: Release 0.2.0
1 parent 58b56c5 commit f2246fd

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.2.0] - 2020-06-25
6+
57
### Added
68

79
- `CSSInliner` and customization options. [#9](https://github.com/Stranger6667/css-inline/issues/9)
@@ -30,4 +32,5 @@
3032

3133
- Initial public release
3234

33-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/v0.1.0...HEAD
35+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/v0.2.0...HEAD
36+
[0.2.0]: https://github.com/Stranger6667/css-inline/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "css-inline"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
77
readme = "README.md"
88
description = "A crate for inlining CSS into HTML documents"
99
repository = "https://github.com/Stranger6667/css-inline"
10-
keywords = ["html", "css"]
10+
keywords = ["html", "css", "css-inline"]
1111
exclude = [".github", ".pre-commit-config.yaml", ".yamllint", ".gitignore", "tests"]
1212
categories = ["web-programming"]
1313

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.1.0)](https://docs.rs/css-inline/0.1.0/css_inline/)
5+
[![docs.rs](https://docs.rs/css-inline/badge.svg?version=0.2.0)](https://docs.rs/css-inline/0.2.0/css_inline/)
66

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

0 commit comments

Comments
 (0)