Prepare 0.8.4 release

This commit is contained in:
Alexis Mousset
2020-11-11 17:46:42 +01:00
parent d86900e37e
commit 58026d8318
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
<a name="v0.8.4"></a>
### v0.8.4 (2020-11-11)
#### Bug Fixes
* **transport**
* **SECURITY**: Prevent argument injection in sendmail transport
<a name="v0.8.2"></a>
### v0.8.2 (2018-05-03)

View File

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

View File

@@ -4,7 +4,7 @@
//! emails have to implement `SendableEmail`.
//!
#![doc(html_root_url = "https://docs.rs/lettre/0.8.2")]
#![doc(html_root_url = "https://docs.rs/lettre/0.8.4")]
#![deny(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts,
trivial_numeric_casts, unsafe_code, unstable_features, unused_import_braces,
unused_qualifications)]