Skip to content

Commit

Permalink
chore: Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jun 25, 2020
1 parent 0ae05eb commit e4b8567
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.3.1] - 2020-06-25

### Changed

- Fix links in docs

## [0.3.0] - 2020-06-25

### Added
Expand Down Expand Up @@ -38,6 +44,7 @@

- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/0.3.0...HEAD
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/0.3.1...HEAD
[0.3.1]: https://github.com/Stranger6667/css-inline/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/Stranger6667/css-inline/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/Stranger6667/css-inline/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-inline"
version = "0.3.0"
version = "0.3.1"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![ci](https://github.com/Stranger6667/css-inline/workflows/ci/badge.svg)](https://github.com/Stranger6667/css-inline/actions)
[![Crates.io](https://img.shields.io/crates/v/css-inline.svg)](https://crates.io/crates/css-inline)
[![docs.rs](https://docs.rs/css-inline/badge.svg?version=0.3.0)](https://docs.rs/css-inline/0.3.0/css_inline/)
[![docs.rs](https://docs.rs/css-inline/badge.svg?version=0.3.1)](https://docs.rs/css-inline/0.3.1/css_inline/)

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

Expand Down Expand Up @@ -34,7 +34,7 @@ Will be turned into this:
To use it in your project add the following line to your `dependencies` section in project's `Cargo.toml` file:

```toml
css-inline = "0.1"
css-inline = "0.3"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ built = { version = "0.4", features = ["chrono"] }

[dependencies.css-inline]
path = ".."
version = "= 0.3.0"
version = "= 0.3.1"
default-features = false

[dependencies]
Expand Down

0 comments on commit e4b8567

Please sign in to comment.