feat(all): v0.9.2 release

This commit is contained in:
Alexis Mousset
2019-06-11 19:58:32 +02:00
parent 393ef8dcd1
commit 09c5db6408
5 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
<a name="v0.9.2"></a>
### v0.9.2 (2019-06-11)
#### Bug Fixes
* **email:**
* Fix compilation with Rust 1.36+ ([393ef8d](https://github.com/lettre/lettre/commit/393ef8dcd1b1c6a6119d0666d5f09b12f50f6b4b))
<a name="v0.9.1"></a>
### v0.9.1 (2019-05-05)

View File

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

View File

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