Skip to content

Commit c2fb60d

Browse files
committed
chore: Release 0.3.2
1 parent bfa3cfa commit c2fb60d

File tree

4 files changed

+7
-4
lines changed

4 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.3.2] - 2020-06-27
6+
57
### Changed
68

79
- Remove debug symbols from the release build
@@ -53,7 +55,8 @@
5355

5456
- Initial public release
5557

56-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/0.3.1...HEAD
58+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/0.3.2...HEAD
59+
[0.3.2]: https://github.com/Stranger6667/css-inline/compare/0.3.1...0.3.2
5760
[0.3.1]: https://github.com/Stranger6667/css-inline/compare/0.3.0...0.3.1
5861
[0.3.0]: https://github.com/Stranger6667/css-inline/compare/0.2.0...0.3.0
5962
[0.2.0]: https://github.com/Stranger6667/css-inline/compare/0.1.0...0.2.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.3.1"
3+
version = "0.3.2"
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.3.1)](https://docs.rs/css-inline/0.3.1/css_inline/)
5+
[![docs.rs](https://docs.rs/css-inline/badge.svg?version=0.3.2)](https://docs.rs/css-inline/0.3.2/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

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ built = { version = "0.4", features = ["chrono"] }
1515

1616
[dependencies.css-inline]
1717
path = ".."
18-
version = "= 0.3.1"
18+
version = "= 0.3.2"
1919
default-features = false
2020

2121
[dependencies]

0 commit comments

Comments
 (0)