feat(all): v0.9.2 release

This commit is contained in:
Alexis Mousset
2019-06-11 19:58:32 +02:00
parent 0313576fe1
commit e900b59008
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> <a name="v0.9.1"></a>
### v0.9.1 (2019-05-05) ### v0.9.1 (2019-05-05)

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "lettre" 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" description = "Email client"
readme = "README.md" readme = "README.md"
homepage = "http://lettre.at" homepage = "http://lettre.at"

View File

@@ -3,7 +3,7 @@
//! This mailer contains the available transports for your emails. //! 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( #![deny(
missing_copy_implementations, missing_copy_implementations,
trivial_casts, trivial_casts,

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "lettre_email" 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" description = "Email builder"
readme = "README.md" readme = "README.md"
homepage = "http://lettre.at" homepage = "http://lettre.at"

View File

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