fix(builder): lettre_email 0.9.4

This commit is contained in:
Alexis Mousset
2020-04-21 22:05:54 +02:00
parent 6a40f4a5fe
commit 54032b5ce5
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
<a name="v0.9.4"></a>
### v0.9.4 (2020-04-21)
#### Bug Fixes
* **email**
* Go back to `rust-email` 0.0.20 as upgrade broke message formatting ([6a40f4a](https://github.com/lettre/lettre/commit/6a40f4a)
<a name="v0.9.3"></a>
### v0.9.3 (2020-04-19)

View File

@@ -1,7 +1,7 @@
[package]
name = "lettre_email"
version = "0.9.3" # remember to update html_root_url
version = "0.9.4" # remember to update html_root_url
description = "Email builder"
readme = "README.md"
homepage = "http://lettre.at"

View File

@@ -1,7 +1,7 @@
//! Lettre is a mailer written in Rust. lettre_email provides a simple email builder.
//!
#![doc(html_root_url = "https://docs.rs/lettre_email/0.9.3")]
#![doc(html_root_url = "https://docs.rs/lettre_email/0.9.4")]
#![deny(
missing_docs,
missing_debug_implementations,