Prepare 0.9.6 (#630)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<a name="v0.9.6"></a>
|
||||
### v0.9.6 (2021-05-22)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **transport**
|
||||
* **SECURITY**: Prevent SMTP command injection in smtp transport
|
||||
|
||||
<a name="v0.9.5"></a>
|
||||
### v0.9.5 (2020-11-11)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "lettre"
|
||||
version = "0.9.5" # remember to update html_root_url
|
||||
version = "0.9.6" # remember to update html_root_url
|
||||
description = "Email client"
|
||||
readme = "README.md"
|
||||
homepage = "http://lettre.at"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//! This mailer contains the available transports for your emails.
|
||||
//!
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/lettre/0.9.5")]
|
||||
#![doc(html_root_url = "https://docs.rs/lettre/0.9.6")]
|
||||
#![deny(
|
||||
missing_copy_implementations,
|
||||
trivial_casts,
|
||||
|
||||
Reference in New Issue
Block a user