feat(all): 0.9.1 release

This commit is contained in:
Alexis Mousset
2019-05-05 18:20:30 +02:00
parent a0c8fb947c
commit 4f470a2c3f
5 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
<a name="v0.9.1"></a>
### v0.9.1 (2019-05-05)
#### Features
* **email:**
* Re-export mime crate ([a0c8fb9](https://github.com/lettre/lettre/commit/a0c8fb9))
<a name="v0.9.0"></a>
### v0.9.0 (2019-03-17)

View File

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

View File

@@ -3,7 +3,7 @@
//! This mailer contains the available transports for your emails.
//!
#![doc(html_root_url = "https://docs.rs/lettre/0.9.0")]
#![doc(html_root_url = "https://docs.rs/lettre/0.9.1")]
#![deny(
missing_copy_implementations,
trivial_casts,

View File

@@ -1,7 +1,7 @@
[package]
name = "lettre_email"
version = "0.9.0" # remember to update html_root_url
version = "0.9.1" # 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.0")]
#![doc(html_root_url = "https://docs.rs/lettre_email/0.9.1")]
#![deny(
missing_docs,
missing_debug_implementations,