Prepare 0.8.4 release
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user