Prepare 0.7.1 release

This commit is contained in:
Alexis Mousset
2020-11-11 17:51:47 +01:00
parent e051fecd4c
commit 0c125a81c3
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.7.1 (2020-11-11)
#### Bug fixes
* **transport**
* **SECURITY**: Prevent argument injection in sendmail transport
### v0.7.0 (2017-10-08)
#### Features

View File

@@ -1,7 +1,7 @@
[package]
name = "lettre"
version = "0.7.0"
version = "0.7.1"
description = "Email client"
readme = "README.md"
documentation = "https://docs.rs/lettre/"