Prepare 0.9.6 (#630)

This commit is contained in:
Alexis Mousset
2021-05-22 20:02:58 +02:00
committed by GitHub
parent 8bfc20506c
commit 68ffd419e1
3 changed files with 10 additions and 2 deletions

View File

@@ -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)

View File

@@ -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"

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.5")]
#![doc(html_root_url = "https://docs.rs/lettre/0.9.6")]
#![deny(
missing_copy_implementations,
trivial_casts,